From: Bruce Momjian Date: Fri, 26 Jan 2001 20:35:41 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_1~653 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db3f5fa4219016dbb96d3602f7943351d272cd61;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 62da5715f0..c049a1f55e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Jan 24 22:50:22 EST 2001 +Last updated: Fri Jan 26 15:35:31 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -133,6 +133,7 @@ VIEWS * Automatically create rules on views so they are updateable, per SQL92 * -Change elog for complex view ins|upd|del to "cannot {ins|upd|del} * Add the functionality for "with check option" clause of create view +* Allow NOTIFY in rules INDEXES