Re: dropdb and dropuser: IF EXISTS
Josh Kupershmidt <schmiddy@gmail.com>
From: Josh Kupershmidt <schmiddy@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-08-29T23:34:36Z
Lists: pgsql-hackers
Attachments
- dropdb_user_ifexists.v2a.patch (text/x-patch)
On Fri, Aug 26, 2011 at 10:42 PM, Robert Haas <robertmhaas@gmail.com> wrote: > +1 for --if-exists, but -X isn't doing a lot for me, especially since > we've used -X for other purposes in other commands. I'd just skip > having a short form for this one. Fine by me. Updated patch attached. Josh