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

From Tom Lane
Subject Re: fillfactor using WITH syntax
Date
Msg-id 16981.1149604073@sss.pgh.pa.us
Whole thread Raw
In response to Re: fillfactor using WITH syntax  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: fillfactor using WITH syntax  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> Why not implement an array of option parameters on pg_class, so both
> heaps and indexes can be given additional parameters? That way you
> wouldn't need a specific relfillfactor attribute. That would allow us to
> keep CREATE TABLE free of additional keywords also.

None of this should go anywhere near pg_class.  IIRC the solutions we
discussed involved adding some sort of array to pg_index.  A solution
that only works for FILLFACTOR is missing the point, too.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Duplicate rows sneaking in despite PRIMARY KEY / UNIQUE constraint
Next
From: "Jim C. Nasby"
Date:
Subject: Re: [PERFORM] psql -A (unaligned format) eats too much