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 CAFj8pRDB8zShbEhbzOsS7+jH6dV5isc9ouc9yaTE1hNktAF-Xg@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-28 19:44 GMT+02:00 Jim Nasby <Jim.Nasby@bluetreble.com>:
On 4/28/15 1:16 AM, Pavel Stehule wrote:

        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"

+1

third variant with GUC plpgsql.min_context

Regards

Pavel
 

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

Attachment

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: ATSimpleRecursion() and inheritance foreign parents
Next
From: Etsuro Fujita
Date:
Subject: Re: Missing psql tab-completion for ALTER FOREIGN TABLE