From: Bruce Momjian Date: Fri, 28 Jun 2002 18:57:35 +0000 (+0000) Subject: Done: X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0b02c97cd7f86d49b81c7e5ce9ed318fd9a5c7c9;p=users%2Fbernd%2Fpostgres.git Done: > * -Add the functionality for WITH CHECK OPTION clause of CREATE VIEW --- diff --git a/doc/TODO b/doc/TODO index 693c5711a2..72c1511011 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Jun 21 16:12:54 EDT 2002 +Last updated: Fri Jun 28 14:56:54 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