Revision 8109
Added by Aaron Marcuse-Kubitza over 11 years ago
psql_verbose_vegbien | ||
---|---|---|
3 | 3 |
|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
|
6 |
(echo '\\timing on'; cat)|"time" "$selfDir/psql_script_vegbien" --echo-all "$@" |
|
6 |
( |
|
7 |
echo 'SET client_min_messages = NOTICE;' |
|
8 |
echo '\\timing on' |
|
9 |
cat |
|
10 |
)|"time" "$selfDir/psql_script_vegbien" --echo-all "$@" |
Also available in: Unified diff
bin/psql_verbose_vegbien: Run with client_min_messages = NOTICE to display notices for debugging. This is supposed to be the default, but apparently isn't.