]> granicus.if.org Git - postgresql/commitdiff
Not done:
authorBruce Momjian <bruce@momjian.us>
Fri, 28 Jun 2002 19:28:30 +0000 (19:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 28 Jun 2002 19:28:30 +0000 (19:28 +0000)
> * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW

doc/TODO

index 72c15110113623ddfba2a67d3cf132190425de27..3406fd2d72e6a06a5907307b9975a801d02481dc 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Fri Jun 28 14:56:54 EDT 2002
+Last updated:          Fri Jun 28 15:28:15 EDT 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -122,7 +122,7 @@ Views / Rules
 =============
 
 * Automatically create rules on views so they are updateable, per SQL92 [view]
-* -Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
+* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
 * Allow NOTIFY in rules involving conditionals
 * Allow temporary views
 * Require view using temporary tables to be temporary views