[postgis-tickets] [PostGIS] #2850: Preserve scale and precision when generating shape file with pgsql2shp

PostGIS trac at osgeo.org
Mon Jul 21 08:40:48 PDT 2014


#2850: Preserve scale and precision when generating shape file with pgsql2shp
---------------------------+------------------------------------------------
 Reporter:  hopfgartner    |       Owner:  mcayland
     Type:  enhancement    |      Status:  new     
 Priority:  medium         |   Milestone:          
Component:  loader/dumper  |     Version:  2.1.x   
 Keywords:  pgsql2shp      |  
---------------------------+------------------------------------------------
 This patch uses the precision and scale information from the
 database server in order to write the shape file. The advantage is
 twofold: a major control on the shape file format and less disk
 space used when writing DECIMALs/NUMERICs which have a precision of
 less then 32 digits.

 The  patch is against branch 1.5. If the approach is ok, I can
 prepare a patch for trunk.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2850>
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