Revision 7093
Added by Aaron Marcuse-Kubitza almost 12 years ago
schemas/Makefile | ||
---|---|---|
90 | 90 |
pg_dump = env schema= ../bin/pg_dump_vegbien $(1) >$@ |
91 | 91 |
|
92 | 92 |
vegbien.sql: |
93 |
unset version; $(call pg_dump,public) |
|
93 |
unset version dump_opts; $(call pg_dump,public)
|
|
94 | 94 |
|
95 | 95 |
py_functions.sql: |
96 | 96 |
env owners=1 $(call pg_dump,py_functions) |
Also available in: Unified diff
schemas/Makefile: DDL generation: vegbien.sql: Unset $dump_opts so that pg_dump does not use env vars left after running import_all