Re: "toast.fillfactor" is documented but not recognized? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: "toast.fillfactor" is documented but not recognized?
Date
Msg-id 20091026221109.GL8812@alvh.no-ip.org
Whole thread Raw
In response to "toast.fillfactor" is documented but not recognized?  (Boszormenyi Zoltan <zb@cybertec.at>)
Responses Re: "toast.fillfactor" is documented but not recognized?
List pgsql-hackers
Boszormenyi Zoltan wrote:
> Hi,
> 
> I tried to utilize the advertised feature of 8.4, the
> separate fillfactor setting for the toast table.
> 
> o=# create table t2 (id serial primary key, t text) with (fillfactor=75,
> toast.fillfactor=60);
> NOTICE:  CREATE TABLE will create implicit sequence "t2_id_seq" for
> serial column "t2.id"
> ERROR:  unrecognized parameter "fillfactor"

We explicitely disallow setting fillfactor on toast tables.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: per-tablespace random_page_cost/seq_page_cost
Next
From: Jeff Davis
Date:
Subject: Re: "toast.fillfactor" is documented but not recognized?