From: Dan Langille Date: Sat, 3 Jan 2004 22:26:34 +0000 (+0000) Subject: Use the command line utility dropdb instead of the psql command X-Git-Tag: Release-1.34.0~182 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aac811f6b42c477e23d41c425d501df69277126f;p=bacula%2Fbacula Use the command line utility dropdb instead of the psql command drop database. The latter cannot be used because we would be using the database we are dropping. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@985 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/drop_postgresql_database.in b/bacula/src/cats/drop_postgresql_database.in index 9ab41c52de..bb4a1499ae 100644 --- a/bacula/src/cats/drop_postgresql_database.in +++ b/bacula/src/cats/drop_postgresql_database.in @@ -5,9 +5,7 @@ bindir=@SQL_BINDIR@ -if $bindir/psql $* -f - <