Re: Removing CONTEXT message

From: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Removing CONTEXT message
Date: 2007-01-16 16:55:09
Message-ID: eoj013$r11$1@news.hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi Tom,

In fact, I found setting the configuration parameter 'client_min_messages',
I get the expected results according to the documentation, and it works
equivalent to 'log_min_messages ' that controls the messages of the log
file.

I'd just wonder an equivalent parameter as 'log_error_verbosity', but for
client messages, not log file. Is it something available ?

TIA,
Sabin

"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote in message
news:21071(dot)1168964616(at)sss(dot)pgh(dot)pa(dot)us(dot)(dot)(dot)
> "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro> writes:
>> I know I can remove the CONTEXT messages from the file log with:
>> SET log_error_verbosity = terse
>> Is there any possibility to remove it from the client pgAdmin Query
>> messages as well ?
>
> This is the wrong place to ask; try the pgAdmin support lists.
>
> MHO: if they don't have a way to adjust the verbosity of their error
> output,
> they definitely should.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mario Behring 2007-01-16 16:57:28 Re: Droping indexes RESOLVED
Previous Message Frank Bax 2007-01-16 16:30:31 Re: Droping indexes