ENUM Type - Mailing list pgsql-sql

From J. Kinsley
Subject ENUM Type
Date
Msg-id 199902150901.EAA01551@horus.bticc.net
Whole thread Raw
List pgsql-sql
Has anyone implemented an ENUM type in PostgreSQL like the ENUM type
in MySQL?  I have a series of MySQL tables that I want to switch over
to PostgreSQL, but the tables contain a number of ENUM types.  I am
not a very good C programmer, so I am not really sure how to go about
creating my own.  Any assistance would be appreciated.

Please Cc any replies to me directly.

Thanks,
Jarrod Kinsley


pgsql-sql by date:

Previous
From: Remigiusz Sokolowski
Date:
Subject: Re: [SQL] index on aggregate function
Next
From: Remigiusz Sokolowski
Date:
Subject: Re: [SQL] DEFAULT TEXT 'now' in create table