From: Bruce Momjian Date: Mon, 16 Oct 2000 21:14:35 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_1_BETA~444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b5ba014dd2ff104383f1cdb561a828fd27bd121;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 8ed6054c2f..197c694a6a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Oct 16 16:05:46 EDT 2000 +Last updated: Mon Oct 16 17:14:25 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -112,6 +112,9 @@ VIEWS * Allow DISTINCT on views * Allow views of aggregate columns * Allow views with subselects +* Create insert, update and delete rules for simple one table views +* Change elog for complex view ins|upd|del to "cannot {ins|upd|del} +* Add the functionality for "with check option" clause of create view INDEXES