Revision 4510
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
197 | 197 |
|
198 | 198 |
# Must come before %/install to override it |
199 | 199 |
sql/install: $(dbExports) |
200 |
($(inDatasrc); cat $+|grep -vF 'SET search_path')|"time" $(psqlAsBien)\ |
|
200 |
($(inDatasrc); cat $+|grep -vF 'SET search_path')|"time" $(psqlAsBien) \
|
|
201 | 201 |
$(logInstall) |
202 | 202 |
|
203 | 203 |
# The export must be created with: |
Also available in: Unified diff
input.Makefile: Staging tables installation: sql/install: Fixed bug where needed space before \ at end of line, because one is not automatically added in a recipe command (although it's added elsewhere)