[postgis-devel] Issue 99 in postgis: shp2pgsql 'Only import DBF' error.

codesite-noreply at google.com codesite-noreply at google.com
Fri Jan 9 09:01:54 PST 2009


Status: New
Owner: ----

New issue 99 by brunocaponi: shp2pgsql 'Only import DBF' error.
http://code.google.com/p/postgis/issues/detail?id=99

What steps will reproduce the problem?
1. shp2pgsql -n input

What is the expected output? What do you see instead?
Must return all queries to insert only content of .DBF file, but that
returned empty (or only BEGIN;END;) queries.


What version of the product are you using? On what operating system?
postgis 1.3.5, linux - fedora 8.

Please provide any additional information below.
Inthe version 1.3.3 shp2pgsql -n works perfectly. Only change in the file
shp2pgsql.c is in:

if(readshape != 1 && DBFReadDeleted(hDBFHandle, j)) {
   continue;
}

but I don't debug the function DBFReadDeleted...



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the postgis-devel mailing list