From: Kern Sibbald Date: Mon, 13 Jul 2009 12:58:03 +0000 (+0000) Subject: Tweak win32/64 build doc X-Git-Tag: Release-3.0.2~89 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6e024d0fe47ea0d9e6d3fbec52c4165caa44967f;p=bacula%2Fbacula Tweak win32/64 build doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8977 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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 $* <