[GRASS-user] v.out.postgis
Moritz Lennert
mlennert at club.worldonline.be
Fri Jun 29 06:50:08 PDT 2018
On 29/06/18 12:38, Paul Shapley wrote:
> Hi Moritz,
>
> Here is the result:-
>
> v.db.select APGB_aerial_2_i_segment_drained_peat_with_exposed_haggs_vector
> DBMI-PostgreSQL driver error:
> Unable to select:
> SELECT * FROM grass_gis.APGB_aerial_2_i_segment_drained_peat
> _with_exposed_haggs_vector
> ERROR: relation "grass_gis.apgb_aerial_2_i_segment_drained_
> peat_with_exposed_haggs_vector" does not exist
> LINE 1: SELECT * FROM
> grass_gis.APGB_aerial_2_i_segment_drained_peat...
> ^
> DBMI-PostgreSQL driver error:
> Unable to select:
> SELECT * FROM grass_gis.APGB_aerial_2_i_segment_drained_peat
> _with_exposed_haggs_vector
> ERROR: relation "grass_gis.apgb_aerial_2_i_segment_drained_
> peat_with_exposed_haggs_vector" does not exist
> LINE 1: SELECT * FROM
> grass_gis.APGB_aerial_2_i_segment_drained_peat...
> ^
> ERROR: Unable to open select cursor
> (Fri Jun 29 11:24:18 2018) Command finished (0 sec)
So, apparently your vector map is linked to a table that does not exist.
Or it exists but not in the schema grass_gis. You will have to correct
the link between the map and its attribute table before you can export it.
Moritz
More information about the grass-user
mailing list