Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Removing Context Messages



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?
 >
On Mon, Apr 7, 2008 at 11:01 PM, Michael Shapiro <mshapiro51(at)gmail(dot)com <mailto:mshapiro51(at)gmail(dot)com>> 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;

Regards.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group