From: Kern Sibbald Date: Wed, 15 Jan 2020 20:09:31 +0000 (+0100) Subject: Use if exists on dropping all postgresql tables X-Git-Tag: Release-9.6.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f88ff4f6d0bfafb3418753e1e9418348bfeee8;p=thirdparty%2Fbacula.git Use if exists on dropping all postgresql tables --- diff --git a/bacula/src/cats/drop_postgresql_tables.in b/bacula/src/cats/drop_postgresql_tables.in index 8e4f5e5d9..495d054ea 100644 --- a/bacula/src/cats/drop_postgresql_tables.in +++ b/bacula/src/cats/drop_postgresql_tables.in @@ -9,33 +9,33 @@ bindir=@POSTGRESQL_BINDIR@ db_name=@db_name@ $bindir/psql -f - -d ${db_name} $* <