Project

General

Profile

« Previous | Next » 

Revision 3368

root Makefile: VegBIEN DB: Schemas: schemas/%/backup: Time the backup

View differences:

Makefile
248 248
# pg_dump doesn't back up the CREATE SCHEMA statement for it, assuming falsely
249 249
# that public already exists because it's in template1.
250 250
schemas/%.backup: _always
251
	$(if $(wildcard $@),,env data=1 bin/pg_dump_vegbien $* >$@)
251
	$(if $(wildcard $@),,"time" env data=1 bin/pg_dump_vegbien $* >$@)
252 252

  
253 253
schemas/%/rm_indexes: _always
254 254
	bin/pg_dump_vegbien $*|bin/mk_rm_indexes|$(psqlAsBien) --echo-all

Also available in: Unified diff