Re: alter enum add value if not exists
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Magnus Hagander <magnus@hagander.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-09-22T21:49:19Z
Lists: pgsql-hackers
On 09/22/2012 05:39 PM, Tom Lane wrote: > 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? > > Not really, I guess we should for the sake of consistency, although TBH I find it just useless noise and rather wish we hadn't started the trend when we did the first DROP IF NOT EXISTS stuff. I'll add it. cheers andrew