summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2000-07-28 02:28:08 +0000
committerBruce Momjian2000-07-28 02:28:08 +0000
commitb399b862eddd26c7d5102f13368456a149441533 (patch)
tree16d85b816a4879ef44152f1732e23135e496b4f3
parent87cdaf5491ea6d9e2701bb2b557d64c80c7de4e0 (diff)
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 45d1bae5086..f903ba053df 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jul 27 14:51:15 EDT 2000
+Last updated: Thu Jul 27 22:27:39 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -172,6 +172,7 @@ EXOTIC FEATURES
* Add replication of distributed databases [replication]
* Allow queries across multiple databases
* Allow nested transactions (Vadim)
+* Allow INSERT/UPDATE to return new.col or old.col (Philip)
MISC