Update pg_dumpall.
This commit is contained in:
parent
65e0051843
commit
2317e714c8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user