Skip to content

Commit 35378a4

Browse files
committed
Fix syntax error.
1 parent ec70b3c commit 35378a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dumpall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ echo "${BS}connect template1"
3030
# we don't use POSTGRES_SUPER_USER_ID because the postgres super user id
3131
# could be different on the two installations
3232
#
33-
echo "select datdba into tmp_pguser \
33+
echo "select datdba into table tmp_pguser \
3434
from pg_database where datname = 'template1';"
3535
echo "delete from pg_user where usesysid <> tmp_pguser.datdba;"
3636
echo "drop table tmp_pguser;"

0 commit comments

Comments
 (0)