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 \" \
|
POSTGRES_USER="`echo \" \
|
||||||
select usename \
|
select usename \
|
||||||
from pg_shadow \
|
from pg_shadow \
|
||||||
where usesysid = $DBUSERID; \" | \
|
where usename = $DBUSERID; \" | \
|
||||||
psql -A -q -t template1`"
|
psql -A -q -t template1`"
|
||||||
echo "${BS}connect template1 $POSTGRES_USER"
|
echo "${BS}connect template1 $POSTGRES_USER"
|
||||||
|
|
||||||
if createdb -help|grep encoding >/dev/null
|
if pg_encoding $ENCODING >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
echo "create database $DATABASE with encoding='`pg_encoding $ENCODING`';"
|
echo "create database $DATABASE with encoding='`pg_encoding $ENCODING`';"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user