diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-26 21:35:32 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-26 21:35:32 +0000 |
commit | 80d5040fd7f2f5c99adc829d3ac3a90eb9fdde83 (patch) | |
tree | ade62b6ca63f30f2dd5f4c7cd804608c50ec42ce /doc/TODO | |
parent | 566cde8cdc44d812247da1285dfd77b6f02b0799 (diff) | |
download | postgresql-80d5040fd7f2f5c99adc829d3ac3a90eb9fdde83.tar.gz |
Add:
> * Allow DELETE to handle table aliases for self-joins [delete]
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ 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) @@ -190,6 +190,7 @@ Commands * Allow command blocks to ignore certain types of errors * Allow backslash handling in quoted strings to be disabled for portability * Return proper effected tuple count from complex commands [return] +* Allow DELETE to handle table aliases for self-joins [delete] * ALTER o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT |