Commit aa91f930 authored by Bruce Momjian's avatar Bruce Momjian

Removed unneeded custom shell script call.

parent 4defb8f3
......@@ -4,7 +4,7 @@
# dumps all databases to standard output
# It also dumps the pg_user table
#
psql -l -A -q -t|unesc|cut -d"|" -f1 | grep -v '^template1$' | \
psql -l -A -q -t|cut -d"|" -f1 | grep -v '^template1$' | \
while read DATABASE
do
/bin/echo '\connect template1'
......
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