Commit 2c29664b authored by Bruce Momjian's avatar Bruce Momjian

Update DELETE FROM TODO info.

parent fdcad61f
...@@ -5,7 +5,7 @@ TODO list for PostgreSQL ...@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Mon Aug 9 21:39:00 EDT 2004 Last updated: Tue Aug 10 11:00:16 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
...@@ -271,12 +271,12 @@ Commands ...@@ -271,12 +271,12 @@ Commands
The use of C-style backslashes (.e.g. \n, \r) in quoted strings is not The use of C-style backslashes (.e.g. \n, \r) in quoted strings is not
SQL-spec compliant, so allow such handling to be disabled. SQL-spec compliant, so allow such handling to be disabled.
* Allow DELETE to handle table aliases for self-joins [delete] * Allow DELETE to handle table aliases for self-joins
There is no way to specify use a table alias for the deleted table in There is no way to create a table alias for the deleted table for use
the DELETE WHERE clause because there is no FROM clause. Various in the DELETE WHERE clause. The agreed approach is to allow a USING
syntax extensions to add a FROM clause have been discussed. UPDATE clause to specify additional tables. UPDATE already has an optional
already has such an optional FROM clause. FROM clause for this purpose.
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
* Allow REINDEX to rebuild all database indexes, remove /contrib/reindex * Allow REINDEX to rebuild all database indexes, remove /contrib/reindex
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment