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