On Wed, 14 May 2025 12:42:31 -0400
Greg Sabino Mullane <htamfids(at)gmail(dot)com> wrote:
> On Wed, May 14, 2025 at 5:29 AM Bzzzz <lazyvirus(at)gmx(dot)com> wrote:
>
> > does creating a table with fillfactor=75 automatically propagate to
> > its indexes or am I obliged to also modify their fillfactor
> > accordingly ?
> >
>
> They are separate, so you will need to modify both.
OK, too bad indexes fillfactor do not follow the one of their table by
default :/
Thanks, Greg.
Jean-Yves
--