Update pg_dumpall.

This commit is contained in:
Bruce Momjian 2000-01-19 20:10:27 +00:00
parent 65e0051843
commit 2317e714c8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ copy tmp_pg_shadow to stdout;
drop table tmp_pg_shadow;
END
echo "${BS}."
psql -l -A -q -t | grep '|' | tr '|' ' ' | sed -n '2,$p' | \
psql -l -A -q -t | grep '|' | tr '|' ' ' | \
grep -v '^template1 ' | \
while read DATABASE DBUSERID ENCODING DATAPATH
do