RE: MySQL -> pgsql

From: "Diehl, Jeffrey" <jdiehl(at)sandia(dot)gov>
To: "'Neil Conway'" <nconway(at)klamath(dot)dyndns(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: RE: MySQL -> pgsql
Date: 2000-10-19 22:14:52
Message-ID: 890B12B8398AD211BC6100805FA784A2064BB6EC@es04snlnt.sandia.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yup. Seems like that is what I need to do.

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

> -----Original Message-----
> From: Neil Conway [mailto:nconway(at)klamath(dot)dyndns(dot)org]
> Sent: October 19, 2000 3:30 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] MySQL -> pgsql
>
>
> On Thu, Oct 19, 2000 at 03:18:50PM -0600, Diehl, Jeffrey wrote:
> > The database I am hoping to migrate has a few tables with around 50K
> > records. These databases get updated every hour, 24/7. I
> don't think I can
> > do the migration with a text editor. So, I'm still looking
> for some other
> > method if it exists.
>
> Why not use a text editor? The idea was to edit the table schema, not
> the entire contents of the database. If you only have a
> ``few'' tables,
> you should probably dump the table schema first, change it to PgSQL's
> variant of SQL, and then test the schema. Once you're sure it works,
> dump the data from MySQL into PgSQL (you could even use a pipe
> straight from 'mysql' into 'psql').
>
> HTH,
>
> Neil
>
> --
> Neil Conway <neilconway(at)home(dot)com>
> Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
> Encrypted mail welcomed
>
> Don't worry about people stealing your ideas. If your ideas are any
> good, you'll have to ram them down people's throats.
> -- Howard Aiken
>

Browse pgsql-general by date

  From Date Subject
Next Message KuroiNeko 2000-10-19 22:19:39 RE: MySQL -> pgsql
Previous Message Diehl, Jeffrey 2000-10-19 22:13:36 RE: MySQL -> pgsql