Re: Partitioned table with fillfactor

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Partitioned table with fillfactor
Дата
Msg-id CANbhV-Hk87H8rNhgfdwKYiaUiQd9uOZ+NvjWVXy_8T5U0RwtFw@mail.gmail.com
обсуждение исходный текст
Ответ на Partitioned table with fillfactor  (<endre_pekarik@yahoo.com>)
Ответы RE: Partitioned table with fillfactor
Список pgsql-admin
On Tue, 2 Aug 2022 at 15:34, <endre_pekarik@yahoo.com> wrote:

> I created a partitioned table. I didn’t load any data into it.
>
> When I try to ALTER TABLE tablename SET (fillfactor = 80); , I get an Unrecognized parameter “fillfactor” message.
Isit because I can’t use fillfactor with the partitioned table? 

"Specifying these parameters for partitioned tables is not supported,
but you may specify them for individual leaf partitions."
https://www.postgresql.org/docs/11/sql-createtable.html

Still same restriction with PG14.

--
Simon Riggs                http://www.EnterpriseDB.com/



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

Предыдущее
От:
Дата:
Сообщение: Partitioned table with fillfactor
Следующее
От:
Дата:
Сообщение: RE: Partitioned table with fillfactor