Re: drop if exists remainder

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: "Patches (PostgreSQL)" <pgsql-patches@postgresql.org>
Date: 2006-02-05T16:02:47Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Here's a first draft patch for DROP ... IF EXISTS for the remaining 
> cases, namely: LANGUAGE, TABLESPACE, TRIGGER OPERATOR CLASS, FUNCTION, 
> AGGREGATE, OPERATOR, CAST and RULE.

At what point does this stop being useful and become mere bloat?
The only case I can ever recall being actually asked for was the
TABLE case ...

			regards, tom lane