Revision 3430
Added by Aaron Marcuse-Kubitza over 12 years ago
pg_dump_vegbien | ||
---|---|---|
21 | 21 |
else set -- "$@" --schema-only |
22 | 22 |
fi |
23 | 23 |
test -n "$owners" || set -- "$@" --no-owner --no-privileges |
24 |
set -- "$@" --use-set-session-authorization
|
|
24 |
set -- "$@" |
|
25 | 25 |
|
26 | 26 |
set -x |
27 | 27 |
exec "$selfDir/postgres_vegbien" pg_dump "$@" |
Also available in: Unified diff
pg_dump_vegbien: Don't use SET SESSION AUTHORIZATION because it doesn't work with the py_functions schema (it requires PL/Python functions to be created as user postgres and then the owner changed to bien, which SET SESSION AUTHORIZATION won't do)