Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit35378a4

Browse files
committed
Fix syntax error.
1 parentec70b3c commit35378a4

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 intotabletmp_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)

[8]ページ先頭

©2009-2025 Movatter.jp