Update TODO list.

This commit is contained in:
Bruce Momjian 2001-01-27 05:49:12 +00:00
parent 13eadd430f
commit 8505fc8f98

View File

@ -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