1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
> * Allow DELETE to handle table aliases for self-joins [delete]
This commit is contained in:
Bruce Momjian
2002-08-26 21:35:32 +00:00
parent 566cde8cdc
commit 80d5040fd7

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Aug 26 16:02:39 EDT 2002 Last updated: Mon Aug 26 17:35:23 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -190,6 +190,7 @@ Commands
* Allow command blocks to ignore certain types of errors * Allow command blocks to ignore certain types of errors
* Allow backslash handling in quoted strings to be disabled for portability * Allow backslash handling in quoted strings to be disabled for portability
* Return proper effected tuple count from complex commands [return] * Return proper effected tuple count from complex commands [return]
* Allow DELETE to handle table aliases for self-joins [delete]
* 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