Re: PL/pgSQL, RAISE and error context - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: PL/pgSQL, RAISE and error context
Date
Msg-id 553EA1CA.6090601@BlueTreble.com
Whole thread Raw
In response to Re: PL/pgSQL, RAISE and error context  (Joel Jacobson <joel@trustly.com>)
Responses Re: PL/pgSQL, RAISE and error context
List pgsql-hackers
On 4/27/15 11:47 AM, Joel Jacobson wrote:
> On Mon, Apr 27, 2015 at 6:14 PM, Marko Tiikkaja <marko@joh.to
> <mailto:marko@joh.to>> wrote:
>
>     That sounds weird.  log_min_messages are the messages sent to the
>     log; client_min_messages are sent to the client.
>     context_min_messages are not sent to a "context", whatever that
>     would mean.
>
>
> Good point.
>
> I think it can't be any clearer than the proposed
> "plpgsql.display_context_min_messages"

client_min_context. It's doing the same thing as min_messages does, just 
for context instead of the message.

Or does this affect client and log the same way?
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Temporal extensions
Next
From: Jim Nasby
Date:
Subject: Re: Reducing tuple overhead