root/schemas/py_functions.sql.make @ 2897
1 |
#!/bin/sh
|
---|---|
2 |
# Creates py_functions.sql by dumping vegbien's py_functions schema
|
3 |
|
4 |
selfDir="$(dirname -- "$0")" |
5 |
|
6 |
env owners=1 "$selfDir/../bin/pg_dump_vegbien" py_functions |