"Kynn Jones" <kynnjo(at)gmail(dot)com> 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