Skip to content

Commit 1c2f735

Browse files
committed
Fix thinko in my last pg_dumpall change
1 parent 5c60394 commit 1c2f735

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/04 14:25:28 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_dumpall.sh,v 1.3 2000/07/04 16: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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy