Project

General

Profile

« Previous | Next » 

Revision 2623

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

View differences:

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