| From: | joseph speigle <joe(dot)speigle(at)jklh(dot)us> |
|---|---|
| To: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: mysql migration |
| Date: | 2004-04-20 01:43:37 |
| Message-ID: | 20040420014337.GA15321@www.sirfsup.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
bryan,
there are scripts which will do the conversion of your dump file for you in the contrib/mysql directory of the source.
That will change the structure and syntax of the create statements/data types to postgresql ones.
joe
On Mon, Apr 19, 2004 at 03:50:30PM -0700, Bryan Irvine wrote:
> I have an older mysql implementation that is going to be upgraded soon.
> Rather than upgrade it to another version of mysql I was thinking of
> upgrading it to postgres. Anyone done this? What's the easiest way?
>
> --Bryan
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
| From | Date | Subject | |
|---|---|---|---|
| Next Message | shadowbox | 2004-04-20 07:42:35 | question on forced-killing the postmaster |
| Previous Message | Bryan Irvine | 2004-04-19 22:50:30 | mysql migration |