< * -Make a transaction-safe TRUNCATE
> * -Make a transaction-safe TRUNCATE (Rod)
This commit is contained in:
Bruce Momjian 2003-02-17 18:37:12 +00:00
parent 52d0feecd7
commit 92a7ef9d57
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -165,7 +165,7 @@ Commands
* Allow DELETE to handle table aliases for self-joins [delete] * Allow DELETE to handle table aliases for self-joins [delete]
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex * 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 ROLLUP, CUBE, GROUPING SETS options to GROUP BY
* Add schema option to createlang * Add schema option to createlang