OSDN Git Service

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)
commit091fe037757abbecd6994daea0ae4eaa87f7217e
treeaba8eb881edd6e5e629e9515b70ba07e24fbba79
parent676d1b4e67d5ad19b47694078ff55395323a994c
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