Project

General

Profile

« Previous | Next » 

Revision 6114

input.Makefile: Staging tables installation: sql/install: Use new pg_dump_limit to remove security and schema-setting commands

View differences:

input.Makefile
213 213

  
214 214
# Must come before %/install to override it
215 215
sql/install: $(dbExports)
216
	($(inDatasrc); cat $+|grep -vF 'SET search_path')|"time" $(psqlAsBien) \
216
	($(inDatasrc); cat $+|pg_dump_limit)|"time" $(psqlAsBien) \
217 217
--set=schema='"$(datasrc)"' $(logInstallRoot)
218 218

  
219 219
# Must come before `%.sql: _MySQL/%.sql` to override it

Also available in: Unified diff