drop if exists remainder
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: "Patches (PostgreSQL)" <pgsql-patches@postgresql.org>
Date: 2006-02-05T14:44:09Z
Lists: pgsql-hackers
Attachments
- die.patch (text/x-patch) patch
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. comments welcome - working on tests/docs now. cheers andrew