Revision 2628
Added by Aaron Marcuse-Kubitza over 12 years ago
pg_dump_vegbien | ||
---|---|---|
10 | 10 |
test -n "$owners" && noOwners= || noOwners=1 |
11 | 11 |
|
12 | 12 |
(set -x; "$selfDir/../bin/postgres_vegbien" pg_dump --schema="$1" --schema-only\ |
13 |
${noOwners:+--no-owner --no-privileges}) |
|
13 |
${noOwners:+ --no-owner --no-privileges}) |
Also available in: Unified diff
pg_dump_vegbien: Fixed bug where needed space before $noOwners options