Simon Riggs <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org