Re: fillfactor using WITH syntax - Mailing list pgsql-hackers

From Tom Lane
Subject Re: fillfactor using WITH syntax
Date
Msg-id 9798.1149563317@sss.pgh.pa.us
Whole thread Raw
In response to fillfactor using WITH syntax  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> Now, I want to ask you how to modify WITH parameters for existing
> tables/indexes.

I'd go with the ALTER TABLE, rather than cluttering N other commands.
There's already precedent for delayed effects of parameter alterations
(SET, ALTER SET STATISTICS, ALTER SET STORAGE, etc).  Documenting which
commands cause the new values to take effect seems sufficient.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: That EXPLAIN ANALYZE patch still needs work
Next
From: Peter Eisentraut
Date:
Subject: Re: Why do we want to %Remove behavior of postmaster -o