Fix syntax error.

This commit is contained in:
Bruce Momjian 1997-09-03 16:48:59 +00:00
parent ec70b3c07c
commit 35378a4efc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ echo "${BS}connect template1"
# we don't use POSTGRES_SUPER_USER_ID because the postgres super user id
# could be different on the two installations
#
echo "select datdba into tmp_pguser \
echo "select datdba into table tmp_pguser \
from pg_database where datname = 'template1';"
echo "delete from pg_user where usesysid <> tmp_pguser.datdba;"
echo "drop table tmp_pguser;"