diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-02-17 18:37:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-02-17 18:37:12 +0000 |
commit | 92a7ef9d577204f9e3d1581845a7b3df459f8a47 (patch) | |
tree | 237d411729f4bffcf4488ec7ad995e36cffebefd | |
parent | 52d0feecd7831166815f31c044886194b23f73d0 (diff) | |
download | postgresql-92a7ef9d577204f9e3d1581845a7b3df459f8a47.tar.gz postgresql-92a7ef9d577204f9e3d1581845a7b3df459f8a47.zip |
Update:
< * -Make a transaction-safe TRUNCATE
> * -Make a transaction-safe TRUNCATE (Rod)
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Feb 17 13:36:15 EST 2003 +Last updated: Mon Feb 17 13:36:55 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -165,7 +165,7 @@ Commands * Allow DELETE to handle table aliases for self-joins [delete] * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT * Allow REINDEX to rebuild all indexes, remove /contrib/reindex -* -Make a transaction-safe TRUNCATE +* -Make a transaction-safe TRUNCATE (Rod) * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY * Add schema option to createlang |