Re: MySQL to Postgres. - Mailing list pgsql-general

From Richard Huxton
Subject Re: MySQL to Postgres.
Date
Msg-id 40D1B7F5.9090802@archonet.com
Whole thread Raw
In response to MySQL to Postgres.  (Prabu Subroto <prabu_subroto@yahoo.com>)
List 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

pgsql-general by date:

Previous
From: Paul Thomas
Date:
Subject: Re: Database accesss using plperl
Next
From: "John Wells"
Date:
Subject: 7.4 for Windows?