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

Commit1bdc5ab

Browse files
committed
Done:
< o Allow an alias to be provided for the target table in< UPDATE/DELETE<< This is not SQL-spec but many DBMSs allow it.<> o -Allow an alias to be provided for the target table in> UPDATE/DELETE (Neil)
1 parent16c5a47 commit1bdc5ab

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

‎doc/TODO

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Wed Jan18 09:19:56 EST 2006
5+
Last updated:Sun Jan22 21:59:28 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -429,11 +429,8 @@ SQL Commands
429429

430430
* UPDATE
431431
o Allow UPDATE to handle complex aggregates [update]?
432-
o Allow an alias to be provided for the target table in
433-
UPDATE/DELETE
434-
435-
This is not SQL-spec but many DBMSs allow it.
436-
432+
o -Allow an alias to be provided for the target table in
433+
UPDATE/DELETE (Neil)
437434
o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
438435
columns
439436

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Wed Jan18 09:19:56 EST 2006
11+
Last updated:Sun Jan22 21:59:28 EST 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -393,10 +393,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
393393
</li><li>UPDATE
394394
<ul>
395395
<li>Allow UPDATE to handle complex aggregates [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?update">update</a>]?
396-
</li><li>Allow an alias to be provided for the target table in
397-
UPDATE/DELETE
398-
<p> This is not SQL-spec but many DBMSs allow it.
399-
</p>
396+
</li><li>-<em>Allow an alias to be provided for the target table in</em>
397+
UPDATE/DELETE (Neil)
400398
</li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
401399
columns
402400
</li></ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp