mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add:
> * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
This commit is contained in:
parent
d6161ba7ec
commit
1170a970a9
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue