Re: Importing Data into Postgresql from MS Access

Поиск
Список
Период
Сортировка
От
Тема Re: Importing Data into Postgresql from MS Access
Дата
Msg-id Pine.LNX.4.10.10010121708580.16761-100000@chapelperilous.net
обсуждение исходный текст
Ответ на Importing Data into Postgresql from MS Access  ("Kevin Leclaire" <kevin@virtualnav.com>)
Список 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 по дате отправления:

Предыдущее
От: "Kevin Leclaire"
Дата:
Сообщение: Importing Data into Postgresql from MS Access
Следующее
От: Jean-Christophe Boggio
Дата:
Сообщение: Re: Importing Data into Postgresql from MS Access