Re: VACUUM VERBOSE output to STDERR - Mailing list pgsql-general

From fgudin
Subject Re: VACUUM VERBOSE output to STDERR
Date
Msg-id 1155811884.44e44a2c98fc9@webmail.cri74.org
Whole thread Raw
In response to VACUUM VERBOSE output to STDERR  (Francis GUDIN <fgudin@cri74.org>)
Responses Re: VACUUM VERBOSE output to STDERR  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Date: Thu, 17 Aug 2006 12:48:56 +0200
From: Francis GUDIN <fgudin@cri74.org>
To: Martijn van Oosterhout <kleptog@svana.org>
Cc: John Purser <jmpurser@gmail.com>, pgsql-general@postgresql.org
Subject: Re: [GENERAL] VACUUM VERBOSE output to STDERR
Message-ID: <20060817124856.6bce4c9c@pc07.cri.cur-archamps.fr>
In-Reply-To: <20060811165124.GC950@svana.org>
References: <20060811154956.5b04ddb3@pc07.cri.cur-archamps.fr>
    <20060811080544.c49c9499.jmpurser@gmail.com>
    <20060811181048.435f2076@pc07.cri.cur-archamps.fr>
    <20060811165124.GC950@svana.org>
Organization: Centre de Ressources Informatiques de Haute-Savoie
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Hi,

On Fri, 11 Aug 2006 18:51:24 +0200
Martijn van Oosterhout <kleptog@svana.org> wrote:
>
> Well, I don't think psql or libpq really distinguishes them
that much.
> Normally you just set client_min_messages to suppress the
messages you
> don't want.

I found a few (different) references to that parameter on the
web, but
either ways (through DBD::Pg or with psql) fail:
 SET client_min_messages = WARNING;
 yields "ERROR: 'client_min_messages' is not a valid option name"

I've got the feeling that it's a server-side global
configuration knob,
not accessible on a client by client basis, am I right ?

Francis

pgsql-general by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [NOVICE] DB insert Error
Next
From: Martijn van Oosterhout
Date:
Subject: Re: VACUUM VERBOSE output to STDERR