Add:
authorBruce Momjian
Mon, 9 Dec 2002 18:09:44 +0000 (18:09 +0000)
committerBruce Momjian
Mon, 9 Dec 2002 18:09:44 +0000 (18:09 +0000)
> * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY

doc/TODO

index 1022b0fd67f8e4c2ab1172f9a4ffef06d01f3a22..4e68018c54ea5566865cd0d3de439a317f0e65dd 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Thu Dec  5 15:30:28 EST 2002
+Last updated:      Mon Dec  9 13:09:27 EST 2002
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -159,6 +159,7 @@ Commands
 * Allow REINDEX to rebuild all indexes, remove /contrib/reindex
 * Make a transaction-safe TRUNCATE
 * Fix SELECT ... INTO and CREATE TABLE AS to have appopriate OID column
+* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
 
 
 * ALTER