From 6e024d0fe47ea0d9e6d3fbec52c4165caa44967f 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 ++- bacula/src/win32/README.mingw | 6 ++- bacula/src/win32/README.win32 | 45 ------------------- 3 files changed, 8 insertions(+), 48 deletions(-) delete mode 100644 bacula/src/win32/README.win32 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 $* <