diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-27 05:40:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-27 05:40:51 +0000 |
commit | 13eadd430f6ccac26cfced8d9a9359e706f81bd7 (patch) | |
tree | 592b4f55dab893775d9b3c2610367db12225ac6d | |
parent | a6f0adbe3814a55357af858c5102cab0c09317cf (diff) | |
download | postgresql-13eadd430f6ccac26cfced8d9a9359e706f81bd7.tar.gz postgresql-13eadd430f6ccac26cfced8d9a9359e706f81bd7.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Jan 26 23:42:46 EST 2001 +Last updated: Sat Jan 27 00:40:39 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -134,7 +134,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 +* Allow NOTIFY in rules involving conditionals INDEXES |