Re: best way to handle enum type - Mailing list pgsql-general

From Tom Hart
Subject Re: best way to handle enum type
Date
Msg-id 47470D46.4010208@coopfed.org
Whole thread Raw
In response to Re: best way to handle enum type  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: best way to handle enum type
List pgsql-general
Peter Eisentraut wrote:
> Tom Hart wrote:
>
>> Hey everybody. I have a field that, in my earlier mySQL days would have
>> been an enum('q','y','m','c'), and I'm wondering what's the best way to
>> handle this in pgsql.
>>
>
> If it's an option, upgrade to 8.3 and use the new enum support.
Oops, I think I just got caught not doing my homework :-) Thanks for
being nice about it Peter.

I don't think I'll be able to convince my supervisor to install a beta
while we're still developing the system, but once it becomes more stable
(both my system and 8.3) then it's definitely something we'll look at.

Thanks for your reply.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Primary Key
Next
From: Tom Hart
Date:
Subject: Re: best way to handle enum type