diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-26 20:35:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-26 20:35:41 +0000 |
commit | db3f5fa4219016dbb96d3602f7943351d272cd61 (patch) | |
tree | d498edd7c48d8d227dc0cb2835cf2e709280ec06 | |
parent | f433d0d3cdf7a20867ff7b325ae177d7c4b86829 (diff) | |
download | postgresql-db3f5fa4219016dbb96d3602f7943351d272cd61.tar.gz postgresql-db3f5fa4219016dbb96d3602f7943351d272cd61.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |