Add --if-exists option to dropdb and dropuser.
authorRobert Haas <rhaas@postgresql.org>
Tue, 30 Aug 2011 16:06:40 +0000 (12:06 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 30 Aug 2011 16:14:39 +0000 (12:14 -0400)
commit7fe33a51b962ac3c745f4f820646f8d948960d5e
treec67392ddbefa9ae502d6fd049239e727a993d110
parent94478aa8b1a19cb0cb423cbc1f8167a4275ad30a
Add --if-exists option to dropdb and dropuser.

Josh Kupershmidt, with some further editing by me.
doc/src/sgml/ref/dropdb.sgml
doc/src/sgml/ref/dropuser.sgml
src/bin/scripts/dropdb.c
src/bin/scripts/dropuser.c