Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Interfaces Pgadmin Support > Re: Removing Co...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 9 Topic 1993 of 2158
Post > Topic >>

Re: Removing Context Messages

by fhevia@[EMAIL PROTECTED] ("Fernando Hevia") Apr 8, 2008 at 10:08 AM

------=_Part_16677_8729262.1207660107626
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Tue, Apr 8, 2008 at 3:22 AM, Guillaume Lelarge <guillaume@[EMAIL PROTECTED]
>
wrote:

> Fernando Hevia a =E9crit :
>
> > On Mon, Apr 7, 2008 at 8:55 PM, Fernando Hevia
<fhevia@[EMAIL PROTECTED]
> > fhevia@[EMAIL PROTECTED]
>> 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?
> >  >
> > On Mon, Apr 7, 2008 at 11:01 PM, Michael Shapiro
<mshapiro51@[EMAIL PROTECTED]
> > mshapiro51@[EMAIL PROTECTED]
>> wrote:
> >
> >    I'd like to know the answer to this as well. I don't think it is
> >    PgAdmin doing it, but the server ....
> >
> >
> > I found a previous post from Tom Lane stating that it is up to the
> > client to have an option to suppress these messages. See:
> > http://archives.postgresql.org/pgsql-admin/2008-02/msg00160.php
> > Actually psql has it with "set verbosity terse". I haven't found
> > anything similar in pgAdmin though.
> >
> > Any thoughts from the pgAdmin gurus out there?
> >
> >
> 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
readin=
g
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

------=_Part_16677_8729262.1207660107626
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

<br><div class=3D"gmail_quote">On Tue, Apr 8, 2008 at 3:22 AM, Guillaume
Le=
large &lt;<a
href=3D"mailto:guillaume@[EMAIL PROTECTED]
">guillaume@[EMAIL PROTECTED]
>&gt; wrote:<br><blockquote class=3D"gmail_quote" style=3D"border-left:
1=
px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
1ex;"=
>
Fernando Hevia a =E9crit :<br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204,
=
204, 204); padding-left: 1ex;"><div class=3D"Ih2E3d">
On Mon, Apr 7, 2008 at 8:55 PM, Fernando Hevia &lt;<a
href=3D"mailto:fhevia=
@[EMAIL PROTECTED]
" target=3D"_blank">fhevia@[EMAIL PROTECTED]
> &lt;mailto:<a
href=3D"ma=
ilto:fhevia@[EMAIL PROTECTED]
" target=3D"_blank">fhevia@[EMAIL PROTECTED]
>&gt;&gt;
wrote=
:<br>

&nbsp;&gt; Hi list,<br>
&nbsp;&gt;<br>
&nbsp;&gt; How do I remove CONTEXT messages from being displayed in
pgadmin=
?<br>
&nbsp;&gt; Those messages clutter my functions output with information I
do=
nt need so I<br>
&nbsp;&gt; would like to get rid of them.<br>
&nbsp;&gt;<br>
&nbsp;&gt; Is that possible?<br>
&nbsp;&gt;<br></div><div class=3D"Ih2E3d">
On Mon, Apr 7, 2008 at 11:01 PM, Michael Shapiro &lt;<a
href=3D"mailto:msha=
piro51@[EMAIL PROTECTED]
" target=3D"_blank">mshapiro51@[EMAIL PROTECTED]
> &lt;mailto:<a
=
href=3D"mailto:mshapiro51@[EMAIL PROTECTED]
"
target=3D"_blank">mshapiro51@[EMAIL PROTECTED]
>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;I&#39;d like to know the answer to this as well. I don&#39;t
=
think it is<br>
 &nbsp; &nbsp;PgAdmin doing it, but the server ....<br>
<br>
<br>
I found a previous post from Tom Lane stating that it is up to the client
t=
o have an option to suppress these messages. See: <a
href=3D"http://archive=
s.postgresql.org/pgsql-admin/2008-02/msg00160.php"
target=3D"_blank">http:/=
/archives.postgresql.org/pgsql-admin/2008-02/msg00160.php</a><br>

Actually psql has it with &quot;set verbosity terse&quot;. I haven&#39;t
fo=
und anything similar in pgAdmin though.<br>
<br>
Any thoughts from the pgAdmin gurus out there?<br>
<br>
</div></blockquote>
<br>
If it&#39;s on the query window, you can (probably) already do this with a
=
:<br>
<br>
 &nbsp;set log_error_verbosity to terse;<br>
<br></blockquote></div><br>I have tried it previously but it doesn&#39;t
he=
lp. For what I have been reading on the forums the log_error_verbosity
affe=
cts only what goes to the server log file, it doesn&#39;t suppress
messages=
 sent to the client. Apparently it is up to the client to have the
capabili=
ty to suppress these messages so I am looking for a switch in pgAdmin
itsel=
f.<br>
<br>Regards,<br>Fernando<br><br>

------=_Part_16677_8729262.1207660107626--
 




 9 Posts in Topic:
Removing Context Messages
fhevia@[EMAIL PROTECTED]   2008-04-07 22:55:46 
Re: Removing Context Messages
mshapiro51@[EMAIL PROTECT  2008-04-07 21:01:19 
Re: Removing Context Messages
fhevia@[EMAIL PROTECTED]   2008-04-07 23:35:49 
Re: Removing Context Messages
guillaume@[EMAIL PROTECTE  2008-04-08 08:22:57 
Re: Removing Context Messages
julius@[EMAIL PROTECTED]   2008-04-08 09:29:00 
Re: Removing Context Messages
fhevia@[EMAIL PROTECTED]   2008-04-08 10:01:44 
Re: Removing Context Messages
fhevia@[EMAIL PROTECTED]   2008-04-08 10:08:27 
Re: Removing Context Messages
Erwin Brandstetter <br  2008-04-08 09:36:41 
Re: Removing Context Messages
fhevia@[EMAIL PROTECTED]   2008-04-08 14:19:31 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 18:11:04 CST 2008.