Re: Partitioned table with fillfactor

2022-08-02 Thread Aditya Toshniwal
Hi Endre, This is the pgAdmin mailing list. You'll get a better response from PostgreSQL - pgsql-ad...@postgresql.org mailing address. On Mon, Aug 1, 2022 at 11:48 PM wrote: > Hello, > > > > 'PostgreSQL 11.13 on x86_64-pc-linux-gnu, compiled by > x86_64-pc-linux-gnu-gcc (GCC) 7.4.0, 64-bit' >

Partitioned table with fillfactor

2022-08-01 Thread endre_pekarik
Hello, 'PostgreSQL 11.13 on x86_64-pc-linux-gnu, compiled by x86_64-pc-linux-gnu-gcc (GCC) 7.4.0, 64-bit' 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.