Re: Is autovacuum on?

Поиск
Список
Период
Сортировка
От Erik Jones
Тема Re: Is autovacuum on?
Дата
Msg-id 0DE4922F-FB74-44A0-AF6B-BAA98D25FB79@myemma.com
обсуждение исходный текст
Ответ на Re: Is autovacuum on?  ("Blair Bethwaite" <blair.bethwaite@gmail.com>)
Ответы Re: Is autovacuum on?  ("Blair Bethwaite" <blair.bethwaite@infotech.monash.edu.au>)
Список 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 по дате отправления:

Предыдущее
От: Glyn Astill
Дата:
Сообщение: Create user trigger?
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: Problem with async notifications of table updates