I suspect your merge process worked because you added an attribute column (gid) to the exported geometries.

Try adding some attribute on the fly ... something like this:

pgsql2shp -f polys.shp postgis "SELECT null::char AS blank_attr, the_geom FROM my_poly_table"

-- Kevin


On 11/17/2010 5:32 AM, Thomas Kouk wrote:
I left the -a_srs out and I no longer have the usage information, but instead I have an error message:
ESRI Shapefile driver failed to create file.shp.
The same happens for other spatial tables as well (not necessarily polygons). The table contains only a geometry column. The funny thing is that if I use a script to merge a lot of such tables into one, adding a gid column so that I can distinguish them, using the command I tried in the beginning:
 pgsql2shp -P [password] -f [shapefile path & name] postgis [tablename]
works fine! However it would be stupid to create another script to split the data and deal with this in this way.

_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to