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