mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Add:
> * Make a transaction-safe TRUNCATE
This commit is contained in:
parent
c650d52e14
commit
e9f07b14e1
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sat Oct 19 22:29:58 EDT 2002
|
Last updated: Sat Oct 19 22:51:15 EDT 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -192,6 +192,7 @@ Commands
|
|||||||
* Allow DELETE to handle table aliases for self-joins [delete]
|
* Allow DELETE to handle table aliases for self-joins [delete]
|
||||||
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
|
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
|
||||||
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
|
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
|
||||||
|
* Make a transaction-safe TRUNCATE
|
||||||
|
|
||||||
* ALTER
|
* ALTER
|
||||||
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||||
|
Loading…
Reference in New Issue
Block a user