Revision 6029
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
30 | 30 |
|
31 | 31 |
##### DDLs |
32 | 32 |
|
33 |
pg_dump = ../bin/pg_dump_vegbien $(1) >$@ |
|
33 |
pg_dump = env schema= ../bin/pg_dump_vegbien $(1) >$@
|
|
34 | 34 |
|
35 | 35 |
vegbien.sql: |
36 | 36 |
$(call pg_dump,public) |
Also available in: Unified diff
schemas/Makefile: DDLs: $(pg_dump): Turn off schema-only mode so that lookup table contents are included as well