From: | Erik Jones <erik(at)myemma(dot)com> |
---|---|
To: | Blair Bethwaite <blair(dot)bethwaite(at)gmail(dot)com> |
Cc: | "Filip Rembiałkowski" <plk(dot)zuber(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Is autovacuum on? |
Date: | 2008-03-18 14:29:14 |
Message-ID: | 0DE4922F-FB74-44A0-AF6B-BAA98D25FB79@myemma.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)zuber(at)gmail(dot)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(at)myemma(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Vivek Khera | 2008-03-18 14:36:28 | Re: Problem with async notifications of table updates |
Previous Message | Dan Searle | 2008-03-18 14:00:10 | Collating records based on a custom group by (aggregate like) function |