On Apr 25, 2008, at 8:19 AM, Ben Chobot wrote:


On Apr 25, 2008, at 4:49 AM, Giorgio Valoti wrote:

And reorder them, too.

Why would you want to reorder an enum? It seems to me the point of them is to hold a small list of valid values. The order the list is described in surely should be irrelevant?

One of the main charms of using an enum for some things is that it has a natural ordering.

Critical > Urgent > Normal > Low > Marginal

It's not the only reason to use an enum, but for me it'd be the most compelling.

Cheers,
  Steve


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to