Re: elog() patch - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: elog() patch
Date
Msg-id 200203011911.g21JBfI23694@candle.pha.pa.us
Whole thread Raw
In response to Re: elog() patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> >> What exactly will VACUUM VERBOSE do?
> 
> > VACUUM VERBOSE will send INFO vacuum stats to client, and if you set
> > server_min_messages to INFO, you will get them in the logs too.
> 
> So VACUUM will use either INFO or DEBUG1 level depending on VERBOSE,
> and from there it works as usual.  Seems okay.

Yep.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: elog() patch
Next
From: Michael Meskes
Date:
Subject: Re: Oracle vs PostgreSQL in real life