[postgis-tickets] [PostGIS] #4591: Upgrade shapelib
PostGIS
trac at osgeo.org
Mon Dec 2 14:31:28 PST 2019
#4591: Upgrade shapelib
----------------------+---------------------------
Reporter: strk | Owner: dfuhry2
Type: task | Status: new
Priority: medium | Milestone: PostGIS 3.0.1
Component: postgis | Version: 3.0.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by pramsey):
I just tried to copy in upstream, but it broke us :(
{{{
./shp2pgsql ../regress/loader/Point
Shapefile type: Point
Postgis type: POINT[2]
SET CLIENT_ENCODING TO UTF8;
SET STANDARD_CONFORMING_STRINGS TO ON;
BEGIN;
CREATE TABLE "." (gid serial);
ALTER TABLE "." ADD PRIMARY KEY (gid);
SELECT AddGeometryColumn('','.','geom','0','POINT',2);
COMMIT;
ANALYZE ".";
}}}
Almost like it's not bothering to iterate on the file.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4591#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list