Project

General

Profile

« Previous | Next » 

Revision 8249

inputs/input.Makefile: sql/install: Use psql_script_vegbien instead of $(psqlNoSearchPath) (which uses psql_verbose_vegbien) because the insert statement for each data row should not be echoed

View differences:

input.Makefile
234 234

  
235 235
# Must come before %/install to override it
236 236
sql/install: $(dbExports)
237
	($(inDatasrc); cat $+|pg_dump_limit)|"time" $(psqlNoSearchPath) \
237
	($(inDatasrc); cat $+|pg_dump_limit)|"time" $(bin)/psql_script_vegbien \
238 238
--set=schema='"$(datasrc)"' $(logInstallRoot)
239 239

  
240 240
cleanup = $(if $(wildcard $*/cleanup.sql),($(inDatasrc); cat $*/cleanup.sql)\

Also available in: Unified diff