Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c29664

Browse files
committed
Update DELETE FROM TODO info.
1 parentfdcad61 commit2c29664

File tree

2 files changed

+6
-1361
lines changed

2 files changed

+6
-1361
lines changed

‎doc/TODO

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated:Mon Aug 9 21:39:00 EDT 2004
8+
Last updated:Tue Aug10 11:00:16 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -271,12 +271,12 @@ Commands
271271
The use of C-style backslashes (.e.g. \n, \r) in quoted strings is not
272272
SQL-spec compliant, so allow such handling to be disabled.
273273

274-
* Allow DELETE to handle table aliases for self-joins [delete]
274+
* Allow DELETE to handle table aliases for self-joins
275275

276-
There is no way tospecify usea table alias for the deleted tablein
277-
the DELETE WHERE clause because thereisno FROM clause. Various
278-
syntax extensionstoadd a FROM clause have been discussed. UPDATE
279-
already has such an optional FROM clause.
276+
There is no way tocreatea table alias for the deleted tablefor use
277+
inthe DELETE WHERE clause. The agreed approachisto allow a USING
278+
clausetospecify additional tables. UPDATE already has an optional
279+
FROM clause for this purpose.
280280

281281
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
282282
* Allow REINDEX to rebuild all database indexes, remove /contrib/reindex

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp