Revision 6114
Added by Aaron Marcuse-Kubitza about 12 years ago
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
input.Makefile: Staging tables installation: sql/install: Use new pg_dump_limit to remove security and schema-setting commands