Revision 12393
Added by Aaron Marcuse-Kubitza almost 11 years ago
psql_verbose_vegbien | ||
---|---|---|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
|
6 | 6 |
( |
7 |
echo 'SET client_min_messages = NOTICE;' |
|
8 | 7 |
echo '\set VERBOSITY terse'; |
9 | 8 |
echo '\\timing on' |
9 |
echo 'SET client_min_messages = NOTICE;' |
|
10 | 10 |
cat |
11 | 11 |
)|"time" "$selfDir/psql_script_vegbien" --echo-all --echo-hidden "$@" |
Also available in: Unified diff
bin/psql_verbose_vegbien: changed prep-statement order to match lib/sh/db.sh psql()