Project

General

Profile

« Previous | Next » 

Revision 2626

pg_dump_vegbien: Log the pg_dump command being run

View differences:

bin/pg_dump_vegbien
9 9
fi
10 10
test -n "$owners" && noOwners= || noOwners=1
11 11

  
12
"$selfDir/../bin/postgres_vegbien" pg_dump --schema="$1" --schema-only \
13
${noOwners:+--no-owner --no-privileges}
12
(set -x; "$selfDir/../bin/postgres_vegbien" pg_dump --schema="$1" --schema-only\
13
${noOwners:+--no-owner --no-privileges})

Also available in: Unified diff