Project

General

Profile

« Previous | Next » 

Revision 6462

make_analytical_db: Moved set -x () around just psql_verbose_vegbien so embedded $() expressions wouldn't also be in set -x (verbose) mode

View differences:

bin/make_analytical_db
26 26
EOF
27 27
}
28 28

  
29
(set -x; "$selfDir/psql_verbose_vegbien" <<EOF
29
(set -x; "$selfDir/psql_verbose_vegbien") <<EOF
30 30
TRUNCATE geoscrub_input;
31 31
INSERT INTO geoscrub_input SELECT * FROM geoscrub_input_view;
32 32

  
......
37 37
$(mk_analytical_table analytical_stem)
38 38
$(mk_analytical_table analytical_aggregate)
39 39
EOF
40
)

Also available in: Unified diff