[postgis-tickets] [PostGIS] #4504: -D copy mode not working with schema qualified tables
PostGIS
trac at osgeo.org
Sun Sep 8 23:21:00 PDT 2019
#4504: -D copy mode not working with schema qualified tables
---------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: assigned
Priority: blocker | Milestone: PostGIS 3.0.0
Component: loader/dumper | Version: trunk
Keywords: |
---------------------------+---------------------------
I must have broke this when I put in transform logic for copy mode
{{{
shp2pgsql -D -s 4269 -g geom -I /data/roadtrl020.shp ch01.roads
}}}
Produces invalid sql.
{{{
ALTER TABLE "ch01"."roads" ADD PRIMARY KEY (gid);
SELECT
AddGeometryColumn('ch01','roads','geom','4269','MULTILINESTRING',2);
COPY "ch01"." "roads"
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4504>
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