Skip to content
Snippets Groups Projects
Commit b776fc19 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add:

> * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
parent 93b408ef
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -166,6 +166,7 @@ Commands ...@@ -166,6 +166,7 @@ Commands
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
* Add schema option to createlang * Add schema option to createlang
* Allow savepoints / nested transactions [transactions] (Bruce) * Allow savepoints / nested transactions [transactions] (Bruce)
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
* ALTER * ALTER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment