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

From Pavel Stehule
Subject Re: PL/pgSQL, RAISE and error context
Date
Msg-id CAFj8pRDsHdA6vPbyr_sdD8RYtC_krExHUj9-bhY2f9p_qLrMGQ@mail.gmail.com
Whole thread Raw
In response to Re: PL/pgSQL, RAISE and error context  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: PL/pgSQL, RAISE and error context
List pgsql-hackers


2015-04-27 22:53 GMT+02:00 Jim Nasby <Jim.Nasby@bluetreble.com>:
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?

it affect client and log together

maybe "min_context"

Pavel
 

--
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com

pgsql-hackers by date:

Previous
From: Sawada Masahiko
Date:
Subject: Re: Auditing extension for PostgreSQL (Take 2)
Next
From: Amit Langote
Date:
Subject: ATSimpleRecursion() and inheritance foreign parents