mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Add for UPDATE SET for multiple values:
> > A subselect can also be used as the value source.
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
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
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -544,6 +544,8 @@ SQL Commands
|
|||||||
o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
|
o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
|
||||||
columns
|
columns
|
||||||
|
|
||||||
|
A subselect can also be used as the value source.
|
||||||
|
|
||||||
|
|
||||||
* ALTER
|
* ALTER
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<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/>
|
<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>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<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)
|
UPDATE/DELETE (Neil)
|
||||||
</li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
|
</li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
|
||||||
columns
|
columns
|
||||||
|
<p> A subselect can also be used as the value source.
|
||||||
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>ALTER
|
</li><li>ALTER
|
||||||
<ul>
|
<ul>
|
||||||
|
Reference in New Issue
Block a user