Re: VACUUM VERBOSE output to STDERR

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: fgudin <fgudin(at)cri74(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: VACUUM VERBOSE output to STDERR
Date: 2006-08-17 12:08:58
Message-ID: 20060817120858.GA31061@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 17, 2006 at 12:51:24PM +0200, fgudin wrote:
> 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 ?

You must be running something terribly old then, 7.4 had it at least
and that's several years old already...

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jorge Godoy 2006-08-17 12:34:23 Re: Best approach for a "gap-less" sequence
Previous Message fgudin 2006-08-17 10:51:24 Re: VACUUM VERBOSE output to STDERR