Re: Should we get rid of custom_variable_classes altogether? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Should we get rid of custom_variable_classes altogether?
Date
Msg-id CA+Tgmoa1WvAVEqpM-A-WvGKmyaV3YJ9krEBGLLgkiqJFS0j8qw@mail.gmail.com
Whole thread Raw
In response to Re: Should we get rid of custom_variable_classes altogether?  (David Fetter <david@fetter.org>)
Responses Re: Should we get rid of custom_variable_classes altogether?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Oct 3, 2011 at 10:55 AM, David Fetter <david@fetter.org> wrote:
> Perhaps it's best to document this usage and include the warning for
> those less "bright," as you term them.   I'd be less tempted to call
> them "not bright" and more tempted to think they might assume
> PostgreSQL already takes care of cleaning this up, but whatever.

Yeah.  custom_variable_classes is a pretty annoying wart, but if it's
set to the default value (namely, empty) then it actually does prevent
people from setting bajillions of completely pointless settings, which
seems like it has some merit.  I'm not sure it has enough merit to
justify keeping it around, but it has more than none.  We could allow
entering a date of February 31st, too, but we don't.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pg_dump issues
Next
From: Robert Haas
Date:
Subject: Re: [v9.2] DROP statement reworks