Re: Importing Data into Postgresql from MS Access - Mailing list pgsql-novice

From
Subject Re: Importing Data into Postgresql from MS Access
Date
Msg-id Pine.LNX.4.10.10010121708580.16761-100000@chapelperilous.net
Whole thread Raw
In response to Importing Data into Postgresql from MS Access  ("Kevin Leclaire" <kevin@virtualnav.com>)
List pgsql-novice
On Thu, 12 Oct 2000, Kevin Leclaire wrote:

> Does anyone know of a utility which can easily convert MS Access tables into
> Postgres?

pgAdmin has an Access migration utility.  It works through the Pg ODBC
driver.  See http://www.pgadmin.freeserve.co.uk/

> Alternatively, I can export to any format that MSAccess supports (e.g.
> comma-delimited text), but would like to know if there are any import
> utilities which will simplify the import process into postgres so I don't
> have to write a script for 100 fields X thousands of records.

If you export into some kind of delimited format, you can easily use the
COPY or /copy commands with psql.

Brett W. McCoy
                                              http://www.chapelperilous.net
---------------------------------------------------------------------------
The full potentialities of human fury cannot be reached until a friend
of both parties tactfully interferes.
        -- G.K. Chesterton


pgsql-novice by date:

Previous
From: "Kevin Leclaire"
Date:
Subject: Importing Data into Postgresql from MS Access
Next
From: Jean-Christophe Boggio
Date:
Subject: Re: Importing Data into Postgresql from MS Access