Re: reloptions and toast tables - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: reloptions and toast tables
Date
Msg-id 200812240907.57368.peter_e@gmx.net
Whole thread Raw
In response to Re: reloptions and toast tables  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: reloptions and toast tables  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
On Sunday 21 December 2008 01:48:42 Alvaro Herrera wrote:
> ALTER TABLE foo SET (TOAST autovacuum_enabled = false);
> ALTER TABLE foo SET (toast.autovacuum_enabled = false);
> ALTER TABLE foo TOAST SET (autovacuum_enabled = false);
> ALTER TABLE foo SET TOAST (autovacuum_enabled = false);

The last two don't appear to allow setting TOAST and non-TOAST options in one 
go.  I think it would be handy to allow that, though.


pgsql-hackers by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: Synchronous replication, reading WAL for sending
Next
From: "Fujii Masao"
Date:
Subject: Archiving control (a part of synch rep patches)