Re: Migrating a MySQL schema with an enum
- From: Vincent Stoessel <vincent(at)xaymaca(dot)com>
- To: Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar>
- Cc: SQL <pgsql-sql(at)postgresql(dot)org>
- Subject: Re: Migrating a MySQL schema with an enum
- Date: Thu, 21 Mar 2002 09:40:42 -0500
- Message-id: <3C99F0EA.2050206@xaymaca.com> <text/plain>
Martín Marqués wrote:
On Mié 20 Mar 2002 20:41, you wrote:
SQL gurus,
Migrating a MySQL schema with an enum to PostgreSQL,
is there an equivalent type or do I have to declare
another table for "enum" values.
I had to migrate a DB from MySQL to PostgreSQL that had some enum as field
data type (I can't believe that something like that exists)
<snip>
another shot at the mysql db.
Please don't forget that PG also has non standard data types
available.
Vinny
Home |
Main Index |
Thread Index