Re: [GENERAL] pgsql2shp usage

2010-01-10 Thread Anisha Kaul
On Saturday 09 January 2010 19:03:59 Randall Thompson wrote: > The Attribute Tables for a shape file are stored in .DBF format which has a > restriction that field names are only ten characters long, so the warnings > are simply informing you that those field names that are longer than 10 > charact

Re: [GENERAL] pgsql2shp usage

2010-01-09 Thread Randall Thompson
The Attribute Tables for a shape file is stored in .DBF format which has a restriction that field names are only ten characters long, so the warnings are simply informing you that those field names that are longer than 10 characters are being truncated. The projection definition indicates that the

[GENERAL] pgsql2shp usage

2010-01-09 Thread Anisha Kaul
Hello to all, I downloaded an OSM map file namely "india.osm.bz2". I transported it in PostgreSQL database "gis" with the command : ./osm2pgsql -m -d gis india.osm.bz2 The above command resulted in the creation of the following tables filled with data in database "gis" gis=# \d