From: Dan Langille Date: Wed, 2 Dec 2009 10:30:12 +0000 (+0100) Subject: Apply Postgres 8.4 SQL_ASCII fix X-Git-Tag: Release-5.0.0~217 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=47ff48488e73559efe8de0e7ef7fdaa25fd87ddc;p=bacula%2Fbacula Apply Postgres 8.4 SQL_ASCII fix --- diff --git a/bacula/src/cats/create_postgresql_database.in b/bacula/src/cats/create_postgresql_database.in index 152eab8e41..624a8f1aba 100644 --- a/bacula/src/cats/create_postgresql_database.in +++ b/bacula/src/cats/create_postgresql_database.in @@ -25,7 +25,7 @@ ENCODING="ENCODING 'SQL_ASCII'" # CREATE DATABASE ${db_name} $ENCODING TEMPLATE template0 # if $bindir/psql -f - -d template1 $* <