RE: Partitioned table with fillfactor

From: <endre_pekarik(at)yahoo(dot)com>
To: "'Simon Riggs'" <simon(dot)riggs(at)enterprisedb(dot)com>
Cc: "'pgsql-admin'" <pgsql-admin(at)postgresql(dot)org>
Subject: RE: Partitioned table with fillfactor
Date: 2022-08-02 15:50:34
Message-ID: 097901d8a687$9b981220$d2c83660$@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

That makes sense, thank you!

-----Original Message-----
From: Simon Riggs <simon(dot)riggs(at)enterprisedb(dot)com>
Sent: Tuesday, August 2, 2022 10:40 AM
To: endre_pekarik(at)yahoo(dot)com
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Partitioned table with fillfactor

On Tue, 2 Aug 2022 at 15:34, <endre_pekarik(at)yahoo(dot)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. Is it 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/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message endre_pekarik 2022-08-02 16:25:36 Table parameters - autovacuum Yes/No
Previous Message Simon Riggs 2022-08-02 14:39:47 Re: Partitioned table with fillfactor