Add --if-exists option to dropdb and dropuser.
Robert Haas <rhaas@postgresql.org>
Add --if-exists option to dropdb and dropuser. Josh Kupershmidt, with some further editing by me.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/dropdb.sgml | modified | +10 −0 |
| doc/src/sgml/ref/dropuser.sgml | modified | +10 −0 |
| src/bin/scripts/dropdb.c | modified | +9 −2 |
| src/bin/scripts/dropuser.c | modified | +9 −1 |