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
In response to
Responses
pgsql-hackers by date
| Next: | From: Jeff Davis | Date: 2009-10-26 22:17:20 |
| Subject: Re: "toast.fillfactor" is documented but not recognized? |
| Previous: | From: Josh Berkus | Date: 2009-10-26 22:05:20 |
| Subject: Re: per-tablespace random_page_cost/seq_page_cost |