[postgis-devel] [PostGIS] #1008: Too many columns in select crashes pgsql2shp
PostGIS
trac at osgeo.org
Sat Jul 2 08:37:18 PDT 2011
#1008: Too many columns in select crashes pgsql2shp
---------------------------+------------------------------------------------
Reporter: joshjordan | Owner: mcayland
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: loader/dumper | Version: trunk
Keywords: pgsql2shp |
---------------------------+------------------------------------------------
Comment(by mcayland):
I think you may have misread the patch. The patch does not add a
restriction of 254 fields, it simply sums the length of all the input
fieldnames, then adds 1024 characters extra to cover any extra query
prefix/suffix when allocating the main query string.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1008#comment:8>
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