mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04:00
Done:
> * -Make a transaction-safe TRUNCATE
This commit is contained in:
parent
244d2d67a0
commit
52d0feecd7
1 changed files with 2 additions and 2 deletions
4
doc/TODO
4
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue