Re: [SQL] Removing CONTEXT message

2007-01-16 Thread Tom Lane
"Sabin Coanda" <[EMAIL PROTECTED]> writes: > I'd just wonder an equivalent parameter as 'log_error_verbosity', but for > client messages, not log file. Is it something available ? No, because it's the client-side code's responsibility to decide how much to display. In psql there's "\set VERBOSIT

Re: [SQL] Removing CONTEXT message

2007-01-16 Thread Sabin Coanda
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_verbos

Re: [SQL] Removing CONTEXT message

2007-01-16 Thread Tom Lane
"Sabin Coanda" <[EMAIL PROTECTED]> 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 lis