Re: mysql migration

From: Jan Wieck <janwieck(at)yahoo(dot)com>
To: daniel <dan(at)netgenetix(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: mysql migration
Date: 2002-03-21 02:31:55
Message-ID: 200203210231.g2L2Vtg11803@saturn.janwieck.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

daniel wrote:
> hello list
> i'm looking at migrating my small mysql db to postgresql and i'm having
> trouble finding information an easy way to do it... any suggestions/links?

What about

contrib/mysql/mysql2pgsql

Please keep in mind, that this is just a starting point.
However small the database you're porting from MySQL is, the
fundamental misconceptions in the MySQL design usually lead
to serious implementation errors on the application side.

Forget anything you think you learned so far from the MySQL
documentation. The MySQL development team prefers to tell
people things like "referential integrity is for
documentation purposes". You could've gotten kicked out of
your CS class for repeating such bullshit. So their
"documentation" is mainly "marketing material". It actually
doesn't have much to do with relational databases.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2002-03-21 03:00:07 Re: Postmaster processes running out of control?
Previous Message Samuel J. Sutjiono 2002-03-21 02:15:06 Re: How does Index Scan get used