"toast.fillfactor" is documented but not recognized?

Поиск
Список
Период
Сортировка
От Boszormenyi Zoltan
Тема "toast.fillfactor" is documented but not recognized?
Дата
Msg-id 4AE619DF.3010908@cybertec.at
обсуждение исходный текст
Ответы Re: "toast.fillfactor" is documented but not recognized?
Список 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/



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Parsing config files in a directory
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Anonymous Code Blocks as Lambdas?