Add for UPDATE SET for multiple values:

>
>           A subselect can also be used as the value source.
This commit is contained in:
Bruce Momjian 2006-07-27 22:01:34 +00:00
parent 5f0473534f
commit 8de82ede51
2 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed Jul 26 13:22:49 EDT 2006
Last updated: Thu Jul 27 18:01:22 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -544,6 +544,8 @@ SQL Commands
o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
columns
A subselect can also be used as the value source.
* ALTER

View file

@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Wed Jul 26 13:22:49 EDT 2006
Last updated: Thu Jul 27 18:01:22 EDT 2006
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@ -496,6 +496,8 @@ first.
UPDATE/DELETE (Neil)
</li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
columns
<p> A subselect can also be used as the value source.
</p>
</li></ul>
</li><li>ALTER
<ul>