Project

General

Profile

« Previous | Next » 

Revision 6043

make_analytical_db: Use psql_script_vegbien, which contains the necessary psq options, instead of setting those options manually

View differences:

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