Revision 6043
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/make_analytical_db | ||
---|---|---|
6 | 6 |
psql () |
7 | 7 |
{ |
8 | 8 |
(echo '\\timing on'; cat)|\ |
9 |
(set -x; "time" "$selfDir/psql_vegbien" --set=ON_ERROR_STOP=1 --quiet \ |
|
10 |
--echo-all) |
|
9 |
(set -x; "time" "$selfDir/psql_script_vegbien" --echo-all) |
|
11 | 10 |
} |
12 | 11 |
|
13 | 12 |
psql <<EOF |
Also available in: Unified diff
make_analytical_db: Use psql_script_vegbien, which contains the necessary psq options, instead of setting those options manually