Re: Is autovacuum on? - Mailing list pgsql-general

From Erik Jones
Subject Re: Is autovacuum on?
Date
Msg-id 0DE4922F-FB74-44A0-AF6B-BAA98D25FB79@myemma.com
Whole thread Raw
In response to Re: Is autovacuum on?  ("Blair Bethwaite" <blair.bethwaite@gmail.com>)
Responses Re: Is autovacuum on?  ("Blair Bethwaite" <blair.bethwaite@infotech.monash.edu.au>)
List pgsql-general
On Mar 17, 2008, at 11:25 PM, Blair Bethwaite wrote:

> On Tue, Mar 18, 2008 at 3:20 PM, Filip Rembiałkowski
> <plk.zuber@gmail.com> wrote:
>> yes.
>> select setting from pg_settings where name = 'autovacuum';
>
> Ah ha, thankyou! I assumed there must have been a view for the
> settings, I guess I missed it when I looked at the various pg_* views.

Or, a simple:

SHOW autovacuum;

will to the trick. http://www.postgresql.org/docs/8.2/interactive/sql-show.html

Erik Jones

DBA | Emma®
erik@myemma.com
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com




pgsql-general by date:

Previous
From: Glyn Astill
Date:
Subject: Create user trigger?
Next
From: Vivek Khera
Date:
Subject: Re: Problem with async notifications of table updates