Re: alter enum add value if not exists

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Magnus Hagander <magnus@hagander.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-09-22T21:39:28Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> The enum piece is now committed.

BTW, looking at that a second time ... the other CREATE IF NOT EXISTS
options we have issue a NOTICE when skipping the CREATE action.  Is
there a reason this shouldn't do the same?

			regards, tom lane