]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Sat, 27 Jan 2001 05:49:12 +0000 (05:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 27 Jan 2001 05:49:12 +0000 (05:49 +0000)
doc/TODO

index 9ead3643bdb223fca2cb7941d2e0e13ab3afea6c..013fb33460bf398fbefbab1419bac2113c11bea4 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Sat Jan 27 00:40:39 EST 2001
+Last updated:          Sat Jan 27 00:49:01 EST 2001
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -135,6 +135,7 @@ 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
 * Allow NOTIFY in rules involving conditionals
+* Evaluate INSERT rules at end of query, rather than beginning
 
 INDEXES