Commit b776fc19 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
parent 93b408ef
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment