PATCH: Update autovacuum to use reloptions, instead of a system catalog

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема PATCH: Update autovacuum to use reloptions, instead of a system catalog
Дата
Msg-id 499BBCAA.2090007@enterprisedb.com
обсуждение исходный текст
Ответы Re: PATCH: Update autovacuum to use reloptions, instead of a system catalog  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi All,

Please find the attached patch for "Update autovacuum to use reloptions, instead of a system catalog
".
(http://archives.postgresql.org/pgsql-committers/2009-02/msg00077.php)

For more details, Please refer to:
*
http://developer.postgresql.org/pgdocs/postgres/sql-createtable.html
* http://developer.postgresql.org/pgdocs/postgres/sql-altertable.html
* http://developer.postgresql.org/pgdocs/postgres/runtime-config-autovacuum.html#GUC-AUTOVACUUM

In "CREATE/ALTER TABLE", it also supports for toast.autovacuum* settings (as storage parameters),
which I have not implemented currently.
Do we need to give support for that?
And if yes,
1. Which documents I need to read for that?
2. From which catalog tables, I can get the toast.autovacuum* settings.
3. How UI should look like?

--
Regards,
Ashesh Vashi

EnterpriseDB INDIA: http://www.enterprisedb.com

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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: PATCH: EDB: Comments on procedure that contains special characters giving error
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7595 - trunk/pgadmin3/pgadmin/dlg