Re: autovacuum and reloptions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: autovacuum and reloptions
Date
Msg-id 11054.1223482382@sss.pgh.pa.us
Whole thread Raw
In response to Re: autovacuum and reloptions  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: autovacuum and reloptions
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> I wonder if we could piggy-back on guc parameters.

God, no.  GUC is hopelessly complex already, we should *not* try to make
it track different values of a parameter for different tables.

Attaching a reloptions-like column to pg_tablespace might not be
unreasonable ... but I think that has little to do with Alvaro's
immediate problem.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: CREATE DATABASE vs delayed table unlink
Next
From: MUHAMMAD ASIF
Date:
Subject: Re: PLUGINS Functionlity in Win32 build scripts