Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 67cdc61

Browse files
committed
Add URL for UPDATE/SET for multiple values.
1 parent 8de82ed commit 67cdc61

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Thu Jul 27 18:01:22 EDT 2006
5+
Last updated: Thu Jul 27 18:05:37 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -545,6 +545,7 @@ SQL Commands
545545
columns
546546

547547
A subselect can also be used as the value source.
548+
http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php
548549

549550

550551
* ALTER

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Thu Jul 27 18:01:22 EDT 2006
11+
Last updated: Thu Jul 27 18:05:37 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -497,6 +497,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
497497
</li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
498498
columns
499499
<p> A subselect can also be used as the value source.
500+
<a href="http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php">http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php</a>
500501
</p>
501502
</li></ul>
502503
</li><li>ALTER

0 commit comments

Comments
 (0)