]> granicus.if.org Git - postgresql/commit
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Sep 2012 22:35:22 +0000 (18:35 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Sep 2012 22:35:22 +0000 (18:35 -0400)
commit31510194cc9d87b355cb56e7d88c18c985d7a32a
treebbfc0569d0e8d881d3fba8d4532257646c4b3943
parentfcc1576687a122059db311791e45e2c5edc5d89b
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.

Produce a NOTICE when the label already exists, for consistency with other
CREATE IF NOT EXISTS commands.  Also, fix the code so it produces something
more user-friendly than an index violation when the label already exists.
This not incidentally enables making a regression test that the previous
patch didn't make for fear of exposing an unpredictable OID in the results.
Also some wordsmithing on the documentation.
doc/src/sgml/ref/alter_type.sgml
src/backend/catalog/pg_enum.c
src/include/nodes/parsenodes.h
src/test/regress/expected/enum.out
src/test/regress/sql/enum.sql