Commit 35378a4e authored by Bruce Momjian's avatar Bruce Momjian

Fix syntax error.

parent ec70b3c0
...@@ -30,7 +30,7 @@ echo "${BS}connect template1" ...@@ -30,7 +30,7 @@ echo "${BS}connect template1"
# we don't use POSTGRES_SUPER_USER_ID because the postgres super user id # we don't use POSTGRES_SUPER_USER_ID because the postgres super user id
# could be different on the two installations # 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';" from pg_database where datname = 'template1';"
echo "delete from pg_user where usesysid <> tmp_pguser.datdba;" echo "delete from pg_user where usesysid <> tmp_pguser.datdba;"
echo "drop table tmp_pguser;" echo "drop table tmp_pguser;"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment