From: Bruce Momjian Date: Mon, 17 Feb 2003 18:36:24 +0000 (+0000) Subject: Done: X-Git-Tag: REL7_4_BETA1~1032 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52d0feecd7831166815f31c044886194b23f73d0;p=thirdparty%2Fpostgresql.git Done: > * -Make a transaction-safe TRUNCATE --- diff --git a/doc/TODO b/doc/TODO index 4f75b7bbd27..784218156d9 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Feb 15 19:29:41 EST 2003 +Last updated: Mon Feb 17 13:36:15 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 * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY * Add schema option to createlang