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-22T22:00:59Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 09/22/2012 05:39 PM, Tom Lane wrote:
>> 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?

> I'll add it.

I'm on it already.

			regards, tom lane