Re: FW: Reduce pl/pgsql output

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: FW: Reduce pl/pgsql output
Date: 2006-08-03 16:13:24
Message-ID: 20074.1154621604@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Hammond 2006-08-03 16:31:01 Re: The Art of SQL
Previous Message Garcia, Joshua 2006-08-03 15:59:28 The old pl/pgsql editor question back again