Add --if-exists option to dropdb and dropuser. Josh Kupershmidt, with some further editing by me.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/7fe33a51b962ac3c745f4f820646f8d948960d5e Modified Files -------------- doc/src/sgml/ref/dropdb.sgml | 10 ++++++++++ doc/src/sgml/ref/dropuser.sgml | 10 ++++++++++ src/bin/scripts/dropdb.c | 11 +++++++++-- src/bin/scripts/dropuser.c | 10 +++++++++- 4 files changed, 38 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
