Project

General

Profile

« Previous | Next » 

Revision 8108

inputs/input.Makefile: BIEN commands: $(psqlAsBien): Use psql_verbose_vegbien instead of psql_script_vegbien so that timings and notices are displayed, which is useful for profiling and debugging

View differences:

input.Makefile
47 47
# BIEN commands
48 48
sortFilenames = $(shell $(bin)/sort_filenames $(1))
49 49
selfMap = $(bin)/cols 0 0
50
psqlAsBien := $(bin)/psql_script_vegbien
50
psqlAsBien := $(bin)/psql_verbose_vegbien
51 51
psqlNoSearchPath := env no_search_path=1 $(psqlAsBien)
52 52
# Usage: ($(inDatasrc); cat $(file))|$(psqlCmd)
53 53
inDatasrc := echo 'SET search_path TO "$(datasrc)";'

Also available in: Unified diff