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

Commit1c2f735

Browse files
committed
Fix thinko in my last pg_dumpall change
1 parent5c60394 commit1c2f735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dumpall.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# and "pg_group" tables, which belong to the whole installation rather
77
# than any one individual database.
88
#
9-
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_dumpall.sh,v 1.2 2000/07/0414:25:28 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_dumpall.sh,v 1.3 2000/07/0416:29:59 petere Exp $
1010

1111
CMDNAME=`basename$0`
1212

@@ -201,7 +201,7 @@ while read DATABASE DBOWNER ENCODING ; do
201201
fi
202202

203203
echo"${BS}connect$DATABASE$DBOWNER"
204-
$PGDUMP-d"$DATABASE"
204+
$PGDUMP"$DATABASE"
205205
if ["$?"-ne 0 ];then
206206
echo"pg_dump failed on$DATABASE, exiting"1>&2
207207
exit 1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp