Project

General

Profile

« Previous | Next » 

Revision 6029

schemas/Makefile: DDLs: $(pg_dump): Turn off schema-only mode so that lookup table contents are included as well

View differences:

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