Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 237756b

Browse files
committed
1 parent 1d9273b commit 237756b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/TODO

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Fri Jun 16 14:48:38 EDT 2006
5+
Last updated: Fri Jun 16 14:50:06 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -401,6 +401,7 @@ Views / Rules
401401

402402
We can only auto-create rules for simple views. For more complex
403403
cases users will still have to write rules manually.
404+
http://archives.postgresql.org/pgsql-hackers/2006-03/msg00586.php
404405

405406
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
406407
* Allow NOTIFY in rules involving conditionals

doc/src/FAQ/TODO.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Fri Jun 16 14:48:38 EDT 2006
11+
Last updated: Fri Jun 16 14:50:06 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -370,6 +370,7 @@ <h1><a name="section_7">Views / Rules</a></h1>
370370
<li>Automatically create rules on views so they are updateable, per SQL99
371371
<p> We can only auto-create rules for simple views. For more complex
372372
cases users will still have to write rules manually.
373+
<a href="http://archives.postgresql.org/pgsql-hackers/2006-03/msg00586.php">http://archives.postgresql.org/pgsql-hackers/2006-03/msg00586.php</a>
373374
</p>
374375
</li><li>Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
375376
</li><li>Allow NOTIFY in rules involving conditionals

0 commit comments

Comments
 (0)