Re: MySQL to Postgres.

From: Richard Huxton <dev(at)archonet(dot)com>
To: Prabu Subroto <prabu_subroto(at)yahoo(dot)com>
Cc: Postgres General Milis <pgsql-general(at)postgresql(dot)org>
Subject: Re: MySQL to Postgres.
Date: 2004-06-17 15:25:41
Message-ID: 40D1B7F5.9090802@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Prabu Subroto wrote:
> Dear my friends...
>
> I am planning to migrate my database from MySQL to
> Postgres since the MySQL does not have subquery except
> it 4.1. And I can not wait until the 4.1 stable
> version released and included in SuSE distro.
>
> I did mysqldump (into a file, basisdata.txt) and I am
> going to do its query qith pgaccess or pgsql.

You'll probably want \copy or COPY FROM if you've got tab/whatever
separated data.

You might want to look at http://techdocs.postgresql.org/ for notes on
converting from MySQL to PostgreSQL too.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Wells 2004-06-17 15:34:46 7.4 for Windows?
Previous Message Paul Thomas 2004-06-17 15:08:02 Re: Database accesss using plperl