Revision 4551
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
229 | 229 |
($(inDatasrc); echo 'CREATE TABLE "$*" AS'; cat $<; echo ';')|"time" \ |
230 | 230 |
$(psqlAsBien) --echo-all --set=table='"$*"' $(logInstall*) |
231 | 231 |
-$(addRowNum) |
232 |
echo 'VACUUM ANALYZE "$(datasrc)"."$*";'|$(psqlAsBien) $(logInstall*Add) |
|
233 | 232 |
$(exportHeader) |
234 | 233 |
# ignore errors if create.sql already added a primary key |
235 | 234 |
addRowNum = echo 'ALTER TABLE "$(datasrc)"."$*"\ |
Also available in: Unified diff
input.Makefile: Staging tables installation: `%/install: %/create.sql`: Removed manual VACUUM run because this is done as part of $(exportHeader), which calls $(cleanup)