Revision 12392
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/bin/psql_verbose_vegbien | ||
---|---|---|
5 | 5 |
|
6 | 6 |
( |
7 | 7 |
echo 'SET client_min_messages = NOTICE;' |
8 |
echo '\set VERBOSITY terse'; |
|
8 | 9 |
echo '\\timing on' |
9 | 10 |
cat |
10 | 11 |
)|"time" "$selfDir/psql_script_vegbien" --echo-all --echo-hidden "$@" |
Also available in: Unified diff
bin/psql_verbose_vegbien: use `\set VERBOSITY terse` to hide stack traces/DETAIL sections of error messages, like in lib/sh/db.sh psql()