Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec70b3c commit 35378a4Copy full SHA for 35378a4
src/bin/pg_dump/pg_dumpall
@@ -30,7 +30,7 @@ echo "${BS}connect template1"
30
# we don't use POSTGRES_SUPER_USER_ID because the postgres super user id
31
# could be different on the two installations
32
#
33
-echo "select datdba into tmp_pguser \
+echo "select datdba into table tmp_pguser \
34
from pg_database where datname = 'template1';"
35
echo "delete from pg_user where usesysid <> tmp_pguser.datdba;"
36
echo "drop table tmp_pguser;"
0 commit comments