Re: Migrating Access to Postgres - Mailing list pgsql-general

From Richard Huxton
Subject Re: Migrating Access to Postgres
Date
Msg-id 200310011657.43170.dev@archonet.com
Whole thread Raw
In response to Migrating Access to Postgres  ("Bernardo Robelo" <brobelo@agssa.net>)
List pgsql-general
On Wednesday 01 October 2003 16:23, Bernardo Robelo wrote:
> Hi,
> I am interested in migrating Microsoft Access database to Postgres
> database. But I do not have idea of like initiating.  Maybe some tool
> exists for this problem.

pgadmin (v3) is a useful tool:
http://www.pgadmin.org/pgadmin3/index.php

There is some advice here:
http://techdocs.postgresql.org

You might find the odbc driver useful:
http://gborg.postgresql.org/project/psqlodbc/projdisplay.php

I prefer to use the ODBC driver to link to tables in PG and gradually migrate
that way. A lot of people say pgadmin is great for migrating, though I've not
used it for that.

--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From: Michael A Nachbaur
Date:
Subject: Re: remote psql
Next
From: Fabrizio Mazzoni
Date:
Subject: Re: Migrating Access to Postgres