reloptions and toast tables - Mailing list pgsql-hackers

From Alvaro Herrera
Subject reloptions and toast tables
Date
Msg-id 20081220230140.GB3989@alvh.no-ip.org
Whole thread Raw
Responses Re: reloptions and toast tables  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-hackers
Right now we don't allow setting reloptions to toast tables:

=# alter table pg_toast.pg_toast_16395 set (fillfactor = 40);
ERROR:  "pg_toast_16395" is not a table or index

However this is needed for autovacuum, per previous discussion.

I'm wondering if I should just allow all reloptions (including
fillfactor) or just the autovacuum ones.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major