Revision 2623
Added by Aaron Marcuse-Kubitza over 12 years ago
py_functions.sql.make | ||
---|---|---|
3 | 3 |
|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
|
6 |
"$selfDir/../bin/pg_dump_vegbien" py_functions |
|
6 |
env owners=1 "$selfDir/../bin/pg_dump_vegbien" py_functions |
Also available in: Unified diff
schemas/py_functions.sql.make: Fixed bug where owners needed to be included because schema is imported as superuser so that untrusted PL/Python functions can be created