Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group