Skip to content

Commit 9427cce

Browse files
committed
Done:
< * Allow additional tables to be specified in DELETE for joins > * -Allow additional tables to be specified in DELETE for joins
1 parent 0e2f88a commit 9427cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Fri Mar 25 18:13:22 EST 2005
5+
Last updated: Sat Apr 9 00:07:02 EDT 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -345,7 +345,7 @@ Commands
345345

346346
This is not SQL-spec but many DBMSs allow it.
347347

348-
* Allow additional tables to be specified in DELETE for joins
348+
* -Allow additional tables to be specified in DELETE for joins
349349

350350
UPDATE already allows this (UPDATE...FROM) but we need similar
351351
functionality in DELETE. It's been agreed that the keyword should

0 commit comments

Comments
 (0)