From aac811f6b42c477e23d41c425d501df69277126f Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Sat, 3 Jan 2004 22:26:34 +0000 Subject: [PATCH] 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 --- bacula/src/cats/drop_postgresql_database.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 - <