"toast.fillfactor" is documented but not recognized?

From: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: Hans-Juergen Schoenig <hs(at)cybertec(dot)at>
Subject: "toast.fillfactor" is documented but not recognized?
Date: 2009-10-26 21:51:27
Message-ID: 4AE619DF.3010908@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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"

The same error happens on 8.4.1 and 8.5CVS.
The error disappears only if I omit the "toast.fillfactor"
setting completely.

Best regards,
Zoltán Böszörményi

--
Bible has answers for everything. Proof:
"But let your communication be, Yea, yea; Nay, nay: for whatsoever is more
than these cometh of evil." (Matthew 5:37) - basics of digital technology.
"May your kingdom come" - superficial description of plate tectonics

----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
http://www.postgresql.at/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2009-10-26 21:57:56 Re: Anonymous Code Blocks as Lambdas?
Previous Message Kris Jurka 2009-10-26 21:49:37 Re: Parsing config files in a directory