Opened 15 years ago
Closed 15 years ago
#204 closed defect (fixed)
Merge shp2pgsql/shp2pgsql-core into one entity
Reported by: | mcayland | Owned by: | mcayland |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 1.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Resolve current issues with shp2pgsql/shp2pgsql-core and merge together.
See http://postgis.refractions.net/pipermail/postgis-devel/2009-April/005453.html for some comment on this.
Change History (5)
comment:1 by , 15 years ago
Milestone: | → postgis 1.5.0 |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|
comment:3 by , 15 years ago
comment:4 by , 15 years ago
Still a few minor snags to pick up on this, the two main ones I can think of are COPY mode and to clean up properly when an import fails. Won't take me too long though ;)
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Okay. I believe my work here is done. Please test and let me know if you find anything.
The only thing to note is that the loader still defaults to using INSERT syntax; to change the default for both the command line and GUI, simply change set_config_defaults(). Otherwise we can force it for just the GUI when shp2pgsql-gui starts.
I think you've got this one nailed, yes?