Fix problems with pg_upgrade found by Kardos, Dr. Andrea
This commit is contained in:
parent
52d39d519a
commit
91124a2f66
@ -54,11 +54,11 @@ do
|
||||
POSTGRES_USER="`echo \" \
|
||||
select usename \
|
||||
from pg_shadow \
|
||||
where usesysid = $DBUSERID; \" | \
|
||||
where usename = $DBUSERID; \" | \
|
||||
psql -A -q -t template1`"
|
||||
echo "${BS}connect template1 $POSTGRES_USER"
|
||||
|
||||
if createdb -help|grep encoding >/dev/null
|
||||
if pg_encoding $ENCODING >/dev/null 2>&1
|
||||
then
|
||||
echo "create database $DATABASE with encoding='`pg_encoding $ENCODING`';"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user