Re: PL/pgSQL, RAISE and error context

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>
Cc: Joel Jacobson <joel(at)trustly(dot)com>, Marko Tiikkaja <marko(at)joh(dot)to>, Fabrízio Mello <fabriziomello(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Merlin Moncure <mmoncure(at)gmail(dot)com>
Subject: Re: PL/pgSQL, RAISE and error context
Date: 2015-04-28 06:16:35
Message-ID: CAFj8pRDsHdA6vPbyr_sdD8RYtC_krExHUj9-bhY2f9p_qLrMGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2015-04-27 22:53 GMT+02:00 Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>:

> On 4/27/15 11:47 AM, Joel Jacobson wrote:
>
>> On Mon, Apr 27, 2015 at 6:14 PM, Marko Tiikkaja <marko(at)joh(dot)to
>> <mailto:marko(at)joh(dot)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
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2015-04-28 06:17:08 ATSimpleRecursion() and inheritance foreign parents
Previous Message Sawada Masahiko 2015-04-28 06:14:11 Re: Auditing extension for PostgreSQL (Take 2)