Re: pg_autovacuum entries

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_autovacuum entries
Дата
Msg-id 20091030230446.GI4003@alvh.no-ip.org
обсуждение исходный текст
Ответ на pg_autovacuum entries  (Anj Adu <fotographs@gmail.com>)
Ответы Re: pg_autovacuum entries  (Anj Adu <fotographs@gmail.com>)
Список pgsql-admin
Anj Adu escribió:

> Is there a way to create an entry for a table that does not exist yet?

No, you will have to have "INSERT INTO pg_autovacuum" statements
alongside your table creation.  I don't see that this is a lot of
trouble though, you can simply do

CREATE TABLE whatever ( ... );
INSERT INTO pg_autovacuum VALUES ('whatever'::regclass, false, -1, -1, ...);

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Anj Adu
Дата:
Сообщение: pg_autovacuum entries
Следующее
От: "saturon"
Дата:
Сообщение: Consistent EC2 Snapshots with Postgres