Re: FW: Reduce pl/pgsql output - Mailing list pgsql-novice

From Tom Lane
Subject Re: FW: Reduce pl/pgsql output
Date
Msg-id 20074.1154621604@sss.pgh.pa.us
Whole thread Raw
In response to FW: Reduce pl/pgsql output  ("Garcia, Joshua" <Joshua.Garcia@xerox.com>)
List pgsql-novice
"Garcia, Joshua" <Joshua.Garcia@xerox.com> writes:
> I actually tried that using the SET log_min_messages TO log-level
> command.
> The NOTICE and CONTEXT messages came out just as usual.  Did I do
> something wrong or do I need to do something different?

If you are unhappy with what appears on your terminal, you probably want
to fool with client_min_messages, instead.  Also, if using psql, try
experimenting with "\set VERBOSITY terse" to reduce the amount of
chatter per message.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Garcia, Joshua"
Date:
Subject: The old pl/pgsql editor question back again
Next
From: "Andrew Hammond"
Date:
Subject: Re: The Art of SQL