<div dir="ltr"><br><br>On Thu, Jun 28, 2018 at 1:40 PM, Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>> wrote:<br>><br>> On 28/06/18 09:59, Paul Shapley wrote:<br>>><br>>> Hi,<br>>><br>>> I am trying to export a vector map to PostGIS. Has anyone come across the 'Unable to describe table' error? I suspect my config could be wrong.<br>>><br>>> v.out.postgis --overwrite input=APGB_aerial_2_i_segment_drained_peat_with_exposed_haggs_vct@PERMANENT output=PG:dbname=webgis output_layer=APGB_aerial_2_i_segment_drained_peat_with_exposed_haggs_vct options=FID=cat, GEOMETRY_NAME=wkb_geometry, SPATIAL_INDEX=YES, PRIMARY_KEY=YES<br>>> DBMI-PostgreSQL driver error:<br>>> select * from grass_gis.APGB_aerial_2_i_segment_drained_peat<br>>> _with_exposed_haggs_vct where 1 = 0<br>>> ERROR:  relation "grass_gis.apgb_aerial_2_i_segment_drained_<br>>> peat_with_exposed_haggs_vct" does not exist<br>>> LINE 1: select * from<br>>> grass_gis.APGB_aerial_2_i_segment_drained_peat...<br>>>                        ^<br>>> DBMI-PostgreSQL driver error:<br>>> select * from grass_gis.APGB_aerial_2_i_segment_drained_peat<br>>> _with_exposed_haggs_vct where 1 = 0<br>>> ERROR:  relation "grass_gis.apgb_aerial_2_i_segment_drained_<br>>> peat_with_exposed_haggs_vct" does not exist<br>>> LINE 1: select * from<br>>> grass_gis.APGB_aerial_2_i_segment_drained_peat...<br>>>                        ^<br>>> *ERROR: Unable to describe table* <grass_gis.APGB_aerial_2_i_segment_drained_peat_with_exposed_haggs_vct><br>><br>><br><div>> It looks like it is trying to read the input attrubute table from postgresql (schema grass_gis). Do you use PostgreSQL as attribute table backend ? Could you provide the output of db.connect -p in that mapset ?</div><div><br></div><div>ore precise would be</div><div>v.db.connect -p APGB_aerial_2_i_segment_drained_peat_with_exposed_haggs_vct@PERMANENT<br></div><div><br></div><div>because there may be a bug in v.out.postgis, not properly reading the database connection of the input vector.</div><div><br></div><div>Markus Metz</div><div><br></div>><br>> Moritz<br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br><br></div>