Revision 13162
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/sh/db.sh | ||
---|---|---|
346 | 346 |
|
347 | 347 |
# format |
348 | 348 |
if test "$compress"; then set -- "$@" --format=custom --compress=9 |
349 |
else set -- "$@" --format=plain --inserts # plain
|
|
349 |
else set -- "$@" --format=plain --inserts |
|
350 | 350 |
fi |
351 | 351 |
if test "$struct" ; then set -- "$@" --schema-only; fi |
352 | 352 |
if test "$data" ; then set -- "$@" --data-only ; fi |
Also available in: Unified diff
lib/sh/db.sh pg_dump(), bin/pg_dump_vegbien: --format=plain: removed comment that this is the plain format, because this is now self-documenting