Re: [HACKERS] [Proposal] Allow users to specify multiple tables inVACUUM commands

Поиск
Список
Период
Сортировка
От Bossart, Nathan
Тема Re: [HACKERS] [Proposal] Allow users to specify multiple tables inVACUUM commands
Дата
Msg-id C9D293EB-7A19-4204-8AD4-DC71CA1B36B8@amazon.com
обсуждение исходный текст
Ответ на Re: [HACKERS] [Proposal] Allow users to specify multiple tables inVACUUM commands  ("Bossart, Nathan" <bossartn@amazon.com>)
Ответы Re: [HACKERS] [Proposal] Allow users to specify multiple tables in VACUUM commands  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [HACKERS] [Proposal] Allow users to specify multiple tables inVACUUM commands  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Hi again,

Attached is a more complete first attempt at adding this functionality.  I added two node types: one for parsing the
“relationand columns” list in the grammar, and one for holding the relation information we need for each call to
vacuum_rel(…)/analyze_rel(…). I also added assertions and comments for some undocumented assumptions that we currently
relyupon.
 

Adjustments to the documentation for VACUUM/ANALYZE and new checks in the VACUUM regression test are included in this
patchas well.
 

Looking forward to any feedback that you have.

Nathan


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: [HACKERS] Row Level Security Documentation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Cached plans and statement generalization