RE: MySQL -> pgsql

From: "Diehl, Jeffrey" <jdiehl(at)sandia(dot)gov>
To: "'Michelle Murrain'" <mpm(at)norwottuck(dot)com>, "David Reid" <dreid(at)jetnet(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: RE: MySQL -> pgsql
Date: 2000-10-19 20:43:12
Message-ID: 890B12B8398AD211BC6100805FA784A2064BB6E7@es04snlnt.sandia.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I don't think this will work in all cases. The index syntax is different
between mysql and psql. For example, I specify indexing in the create
clause under mysql; I use a separate statement to create an index under
psql. Am I missing something?

Thanx,
Mike Diehl,
Network Monitoring Tool Devl.
284-3137
jdiehl(at)sandia(dot)gov

> -----Original Message-----
> From: Michelle Murrain [mailto:mpm(at)norwottuck(dot)com]
> Sent: October 19, 2000 12:46 PM
> To: David Reid
> Cc: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] MySQL -> pgsql
>
>
> >Can someone point me at any resources on the web that can
> help with such a
> >transformation? I have a series of tables I want to
> convert. Thanks.
> >
> >Oh, and I'm not on the list so can you email direct! :)
>
> I don't know MySQL, but I've converted tables from mSQL to pgsql by
> just using the dump tool in mSQL (dumps the schema and data in SQL
> format into a text file), then go into psql and execute the text file
> that comes from the dump. I'm sure MySQL has a tool to do that.
>
> Michelle
> --
> --------------------------------
> Michelle Murrain Ph.D., President
> Norwottuck Technology Resources
> mpm(at)norwottuck(dot)com
> http://www.norwottuck.com
>

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-10-19 21:11:40 Re: Any risk in increasing BLCKSZ to get larger tuples?
Previous Message Tom Lane 2000-10-19 20:40:40 Re: NOTICE-message