mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Add:
> * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
This commit is contained in:
parent
93b408ef86
commit
b776fc198b
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
||||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Fri Mar 14 15:19:49 EST 2003
|
||||
Last updated: Mon Mar 17 13:49:58 EST 2003
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
@ -166,6 +166,7 @@ Commands
|
||||
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
|
||||
* Add schema option to createlang
|
||||
* Allow savepoints / nested transactions [transactions] (Bruce)
|
||||
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
|
||||
|
||||
|
||||
* ALTER
|
||||
|
Loading…
Reference in New Issue
Block a user