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)
* 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