Commit 7e75f5e8 authored by Bruce Momjian's avatar Bruce Momjian

Small pg_dumpall cleanup.

parent b977e15f
...@@ -54,4 +54,3 @@ do ...@@ -54,4 +54,3 @@ do
echo "${BS}connect $DATABASE $POSTGRES_USER" echo "${BS}connect $DATABASE $POSTGRES_USER"
pg_dump "$@" $DATABASE || echo "pg_dump failed on $DATABASE" 1>&2 pg_dump "$@" $DATABASE || echo "pg_dump failed on $DATABASE" 1>&2
done done
# done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment