summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-12-09 18:09:44 +0000
committerBruce Momjian2002-12-09 18:09:44 +0000
commit1170a970a998130bd9191e24ee5c43b7b6003632 (patch)
tree69c61279465b8a2a6a12f6ec2b7122c39c543490
parentd6161ba7ec14d605327b1a8921978c21909446c1 (diff)
Add:
> * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 1022b0fd67f..4e68018c54e 100644
--- 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 (pgman@candle.pha.pa.us)
@@ -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