mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Done:
< * Allow additional tables to be specified in DELETE for joins > * -Allow additional tables to be specified in DELETE for joins
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Fri Mar 25 18:13:22 EST 2005
|
Last updated: Sat Apr 9 00:07:02 EDT 2005
|
||||||
|
|
||||||
The most recent version of this document can be viewed at the PostgreSQL web
|
The most recent version of this document can be viewed at the PostgreSQL web
|
||||||
site, http://www.PostgreSQL.org.
|
site, http://www.PostgreSQL.org.
|
||||||
@ -345,7 +345,7 @@ Commands
|
|||||||
|
|
||||||
This is not SQL-spec but many DBMSs allow it.
|
This is not SQL-spec but many DBMSs allow it.
|
||||||
|
|
||||||
* Allow additional tables to be specified in DELETE for joins
|
* -Allow additional tables to be specified in DELETE for joins
|
||||||
|
|
||||||
UPDATE already allows this (UPDATE...FROM) but we need similar
|
UPDATE already allows this (UPDATE...FROM) but we need similar
|
||||||
functionality in DELETE. It's been agreed that the keyword should
|
functionality in DELETE. It's been agreed that the keyword should
|
||||||
|
Reference in New Issue
Block a user