Re: Removing Context Messages
On Tue, Apr 8, 2008 at 3:22 AM, Guillaume Lelarge <
guillaume(at)lelarge(dot)info> wrote:
Fernando Hevia a écrit :
On Mon, Apr 7, 2008 at 8:55 PM, Fernando Hevia <
fhevia(at)gmail(dot)com <mailto:
fhevia(at)gmail(dot)com>> wrote:
> Hi list,
>
> How do I remove CONTEXT messages from being displayed in pgadmin?
> Those messages clutter my functions output with information I dont need so I
> would like to get rid of them.
>
> Is that possible?
>
If it's on the query window, you can (probably) already do this with a :
set log_error_verbosity to terse;
I have tried it previously but it doesn't help. For what I have been reading on the forums the log_error_verbosity affects only what goes to the server log file, it doesn't suppress messages sent to the client. Apparently it is up to the client to have the capability to suppress these messages so I am looking for a switch in pgAdmin itself.
Regards,
Fernando
Home |
Main Index |
Thread Index