Re: Importing table from mysql

From: "Anthony E(dot) Greene" <agreene(at)pobox(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Importing table from mysql
Date: 2000-06-02 15:31:24
Message-ID: 3.0.5.32.20000602173124.0081d470@fmol.5sigcmd.army.mil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

At 11:17 2000-06-02 +0530, Pragati Sagar wrote:
>I already have a database created in mysql. But now I want to shift from
>mysql to postgresql but my problem is how to convert mysql database to
>postgresql. How will I import the tables from mysql? Please help me with
>this as I have not been able to find any diocumentaion on the net.

Does mysql have a command analogous to pg_dump? If you could get all the
data out and include the SQL commands it takes to recreate the database,
that would be best.

Alternatively, you export the data into tab or comma-delimited text files
and use the \copy command in psql to import it into existing tables.

Tony
--
Anthony E. Greene <agreene(at)pobox(dot)com>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Linux: The choice of a GNU Generation.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Daryl Herzmann 2000-06-02 15:34:42 Re: Accessing the database
Previous Message Jan T. Kim 2000-06-02 15:19:04 Re: Accessing the database