Re: Migrating Access to Postgres

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Migrating Access to Postgres
Дата
Msg-id 200310011657.43170.dev@archonet.com
обсуждение исходный текст
Ответ на Migrating Access to Postgres  ("Bernardo Robelo" <brobelo@agssa.net>)
Список 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 по дате отправления:

Предыдущее
От: Michael A Nachbaur
Дата:
Сообщение: Re: remote psql
Следующее
От: Fabrizio Mazzoni
Дата:
Сообщение: Re: Migrating Access to Postgres