Re: dbf to pgsql

Поиск
Список
Период
Сортировка
От Brent Wood
Тема Re: dbf to pgsql
Дата
Msg-id 20050805104854.M36653@storm-user.niwa.co.nz
обсуждение исходный текст
Ответ на dbf to pgsql  ("Piotr" <hokah@wp.pl>)
Список pgsql-general

On Thu, 4 Aug 2005, Piotr wrote:

> Hi,
> Im lookig for tool to regulary transfer data from dbf files into pgsql.
> Would be excellent if the tool would have data tranformation
> possibility.
>

A simplistic approach but workable would be to use the dbfinfo/dbfdump
programs which are part of the shapelib tools at www.maptools.org.

These allow you to dump the data description & data itself as text which
could then be COPY'd into a table built in Postgres.

An ODBC link may also work, but it's not something I've tried, (I have a
feeling there is an ODBC driver for dbf files, if not then the above dumps
can be opened with teh ODBC text driver & transferred to Postgres.


Brent Wood

В списке pgsql-general по дате отправления:

Предыдущее
От: Gregory Youngblood
Дата:
Сообщение: Re: Slow Inserts on 1 table?
Следующее
От: "DracKewl"
Дата:
Сообщение: Re: Cursor Issue??