Re: WIP: extensible enums - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: WIP: extensible enums
Date
Msg-id 1289669403.13321.8.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: WIP: extensible enums  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: WIP: extensible enums
List pgsql-hackers
On fre, 2010-11-12 at 17:19 -0500, Robert Haas wrote:
> If we allow users to name objects, we ought to make every effort to
> also allow renaming them.  In my mind, the only way renaming is too
> marginal to be useful is if the feature itself is too marginal to be
> useful.

The bottom line is, any kind of database object needs to be changeable
and removable, otherwise there will always be hesitations about its use.
And when there are hesitations about the use, it's often easiest not to
bother.

I remember ten years ago or so we used to send people away who requested
the ability to drop columns, claiming they didn't plan their database
properly, or they should load it from scratch.  Nowadays that is
ludicrous; databases live forever, development is agile, everything
needs to be changeable.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Improved parallel make support
Next
From: "Erik Rijkers"
Date:
Subject: Re: [COMMITTERS] pgsql: Improved parallel make support