1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
< Last updated:		Sat Sep  2 08:31:04 EDT 2006
> Last updated:		Sat Sep  2 16:31:46 EDT 2006
< 	o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
< 	  columns
> 	o -Allow UPDATE tab SET ROW (col, ...) = (val, ...) for updating
> 	  multiple columns
> 	o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
<           A subselect can also be used as the value source.
This commit is contained in:
Bruce Momjian
2006-09-02 20:31:50 +00:00
parent 6c785d599d
commit 9e522d0816
2 changed files with 37 additions and 39 deletions

View File

@ -1,8 +1,8 @@
c
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Sat Sep 2 08:31:04 EDT 2006
Last updated: Sat Sep 2 16:31:46 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -543,10 +543,10 @@ SQL Commands
* UPDATE
o -Allow an alias to be provided for the target table in
UPDATE/DELETE (Neil)
o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
columns
o -Allow UPDATE tab SET ROW (col, ...) = (val, ...) for updating
multiple columns
o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
A subselect can also be used as the value source.
http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php