Re: pg_autovacuum entries

Поиск
Список
Период
Сортировка
От Anj Adu
Тема Re: pg_autovacuum entries
Дата
Msg-id f2fd819a0911041153g599857f1t7c3a40eb472c9932@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_autovacuum entries  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: pg_autovacuum entries  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-admin
If I were to use autovacuum on 8.1 , and If I specify the "ignore'
tables in pg_autovacuum,

1. will the XID wraparound counter be reset after autovacuum finishes
2. If some of the ignore tables are never dropped or deleted in the
future...how do the transaction semantics work with the rows in these
tables (this is not likely to happen..but I am curious to know how
transaction semantics work with the data in these tables)

On Sun, Nov 1, 2009 at 9:56 AM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:
> Anj Adu escribió:
>> My goal is to reset the XID wraparound counter by performing vacuumdb
>> (autovacuum is not an option for my for various reasons)
>
> Note that if you are on 8.1 (I can't recall) you need to vacuum the
> whole database in a single command for Xid wraparound.  Only on 8.2 and
> higher you can get away with doing it one table at a time.
>
> --
> Alvaro Herrera                                http://www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

В списке pgsql-admin по дате отправления:

Предыдущее
От: Isabella Ghiurea
Дата:
Сообщение: overwrite permissions on default tablespace
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_autovacuum entries