From f3414c1960d117a7e664b27007ff906ea71ecf9c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 13 Jul 2009 12:58:03 +0000 Subject: [PATCH] Tweak win32/64 build doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8977 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/create_postgresql_database.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bacula/src/cats/create_postgresql_database.in b/bacula/src/cats/create_postgresql_database.in index 0debbc67ef..152eab8e41 100644 --- a/bacula/src/cats/create_postgresql_database.in +++ b/bacula/src/cats/create_postgresql_database.in @@ -20,7 +20,10 @@ ENCODING="ENCODING 'SQL_ASCII'" # #ENCODING="ENCODING 'UTF8'" - +# +# KES: Note: the CREATE DATABASE, probably should be +# CREATE DATABASE ${db_name} $ENCODING TEMPLATE template0 +# if $bindir/psql -f - -d template1 $* <