Toast rel options - Mailing list pgsql-hackers

From Simon Riggs
Subject Toast rel options
Date
Msg-id 1272501897.4161.12122.camel@ebony
Whole thread Raw
Responses Re: Toast rel options  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
It's possible to set toast reloptions for tables that don't have toast
tables at all. e.g. 

create table test (c1 integer);
ALTER TABLE test SET (toast.autovacuum_enabled = off);

Why?

-- Simon Riggs           www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: pg_start_backup and pg_stop_backup Re: Re:[COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct
Next
From: Robert Haas
Date:
Subject: Re: Add column if not exists (CINE)