aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-27 05:49:12 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-27 05:49:12 +0000
commit8505fc8f9886b511971c88488a2433b545d158ef (patch)
treed145663bf6ab25ce25232c0137c52f238c7acd8e
parent13eadd430f6ccac26cfced8d9a9359e706f81bd7 (diff)
downloadpostgresql-8505fc8f9886b511971c88488a2433b545d158ef.tar.gz
postgresql-8505fc8f9886b511971c88488a2433b545d158ef.zip
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 9ead3643bdb..013fb33460b 100644
--- 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