"Kynn Jones" <[EMAIL PROTECTED]> writes: > How does one silence NOTICE and WARNING messages in psql? I've tried \set > QUIET on, \set VERBOSITY terse, and even \o /dev/null, but I still get them!
Set client_min_messages to, say, ERROR. There's no psql-side control of
that.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
