Re: "toast.fillfactor" is documented but not recognized?

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Hans-Juergen Schoenig <hs(at)cybertec(dot)at>
Subject: Re: "toast.fillfactor" is documented but not recognized?
Date: 2009-10-26 22:11:09
Message-ID: 20091026221109.GL8812@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2009-10-26 22:17:20 Re: "toast.fillfactor" is documented but not recognized?
Previous Message Josh Berkus 2009-10-26 22:05:20 Re: per-tablespace random_page_cost/seq_page_cost