Project

General

Profile

« Previous | Next » 

Revision 7092

schemas/Makefile: DDL generation: vegbien.sql: Unset $version so that pg_dump always uses the public schema, even after running import_all

View differences:

schemas/Makefile
90 90
pg_dump = env schema= ../bin/pg_dump_vegbien $(1) >$@
91 91

  
92 92
vegbien.sql:
93
	$(call pg_dump,public)
93
	unset version; $(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