Revision 10155
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/db.sh | ||
---|---|---|
250 | 250 |
( |
251 | 251 |
if can_log; then cat <<'EOF' |
252 | 252 |
\timing on |
253 |
\set VERBOSITY terse |
|
253 | 254 |
SET client_min_messages = NOTICE; |
254 | 255 |
EOF |
255 | 256 |
fi |
Also available in: Unified diff
lib/sh/db.sh: psql(): hide the verbose CONTEXT information that is output with each NOTICE by setting the VERBOSITY psql var to terse (postgresql.1045698.n5.nabble.com/Quiet-quot-CONTEXT-quot-td1906036.html#a1906037)