[postgis-devel] [PostGIS] #1344: ST_MakeLine fails for export with pgsql2shp

PostGIS trac at osgeo.org
Fri Dec 16 06:34:27 PST 2011


#1344: ST_MakeLine fails for export with pgsql2shp
-------------------------+--------------------------------------------------
 Reporter:  bporfidia    |       Owner:  strk         
     Type:  defect       |      Status:  assigned     
 Priority:  medium       |   Milestone:  PostGIS 1.5.4
Component:  postgis      |     Version:  1.5.X        
 Keywords:  st_makeline  |  
-------------------------+--------------------------------------------------
Changes (by strk):

  * owner:  pramsey => strk
  * status:  new => assigned
  * milestone:  PostGIS 2.0.0 => PostGIS 1.5.4


Comment:

 Culprit is ST_asEWKB() which complains in 1.5 but doesn't complain in 2.0.
 Normal dumps (done with pg_dump) won't complain as they'd be using
 canonical output.

 I think we could change 1.5 to also not complain. Doing so would allow
 another 2.0 upgrade path (stepping by shapefiles)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1344#comment:1>
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-devel mailing list