Revision 8090
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
261 | 261 |
|
262 | 262 |
%.sql/run: _always |
263 | 263 |
$(if $(wildcard $(@D)),($(inDatasrc); cat $(@D))|"time" $(psqlNoSearchPath)\ |
264 |
--echo-all --set=table='"$(*D)"' --set=table_str=\''"$(*D)"') |
|
264 |
--echo-all --set=table='"$(*D)"' --set=table_str=\''"$(*D)"'\')
|
|
265 | 265 |
|
266 | 266 |
%/install: _always |
267 | 267 |
$(if $(isRef),$(exportHeader),$(if $(nonXml),$(import_install_))) |
Also available in: Unified diff
inputs/input.Makefile: Staging tables installation: Added %.sql/run to run postprocess.sql, etc. separately from the install targets they are a part of