id summary reporter owner description type status priority milestone component version resolution keywords cc 3682 Strange fieldlength in result of pgsql2shp postgispaul robe "When I export a query to a shapefile, boolean columns are converted to logical fields with a length of 2. Don't know if it is allowed by the shape/dbf specs, but arcgis isn't able to open them. Other tools (f.e. qgis) are opening them correctly though it's this piece in http://svn.osgeo.org/postgis/trunk/loader/pgsql2shp-core.c if (pgfieldtype == 16) { dbffieldtype = FTLogical; dbffieldsize = 2; dbffielddecs = 0; } Any particular reason for setting the length to 2? Svn history didn't show any changes there since the file was added. " defect closed medium PostGIS 2.3.3 utils/loader-dumper 2.0.x fixed