Re: dbf to pgsql
От
Brent Wood
Тема
Re: dbf to pgsql
Дата
Msg-id
20050805104854.M36653@storm-user.niwa.co.nz
Ответ на
dbf to pgsql (Piotr)
Список
Дерево обсуждения
dbf to pgsql "Piotr" <hokah@wp.pl>
Re: dbf to pgsql Adrian Klaver <aklaver@comcast.net>
Re: dbf to pgsql Brent Wood <b.wood@niwa.co.nz>
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 по дате отправления