10000
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 5c60394 commit 1c2f735Copy full SHA for 1c2f735
src/bin/pg_dump/pg_dumpall.sh
@@ -6,7 +6,7 @@
6
# and "pg_group" tables, which belong to the whole installation rather
7
# than any one individual database.
8
#
9
-# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_dumpall.sh,v 1.2 2000/07/04 14:25:28 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_dumpall.sh,v 1.3 2000/07/04 16:29:59 petere Exp $
10
11
CMDNAME=`basename $0`
12
@@ -201,7 +201,7 @@ while read DATABASE DBOWNER ENCODING ; do
201
fi
202
203
echo "${BS}connect $DATABASE $DBOWNER"
204
- $PGDUMP -d "$DATABASE"
+ $PGDUMP "$DATABASE"
205
if [ "$?" -ne 0 ] ; then
206
echo "pg_dump failed on $DATABASE, exiting" 1>&2
207
exit 1
0 commit comments