reloptions and toast tables

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема reloptions and toast tables
Дата
Msg-id 20081220230140.GB3989@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: reloptions and toast tables  (Euler Taveira de Oliveira <euler@timbira.com>)
Список pgsql-hackers
Right now we don't allow setting reloptions to toast tables:

=# alter table pg_toast.pg_toast_16395 set (fillfactor = 40);
ERROR:  "pg_toast_16395" is not a table or index

However this is needed for autovacuum, per previous discussion.

I'm wondering if I should just allow all reloptions (including
fillfactor) or just the autovacuum ones.

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


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major