Code review for UPDATE SET (columnlist) patch. Make it handle as much
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Sep 2006 22:37:06 +0000 (22:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Sep 2006 22:37:06 +0000 (22:37 +0000)
commitd4e9961a1d2b3492177a468e571e0b10861dff2c
treee10c549fb4cde5bbf3d660c8359569d48ec7174d
parent1f0fb52f9b499975128ca819098ed6b77af718f6
Code review for UPDATE SET (columnlist) patch.  Make it handle as much
of the syntax as this fundamentally dead-end approach can, in particular
combinations of single and multi column assignments.  Improve rather
inadequate documentation and provide some regression tests.
doc/src/sgml/ref/update.sgml
src/backend/parser/gram.y
src/test/regress/expected/update.out
src/test/regress/sql/update.sql