[GRASS-dev] [GRASS GIS] #1502: v.select GRASS7 not creating vector table in postgres when schema is different than public

#1502: v.select GRASS7 not creating vector table in postgres when schema is
different than public
-------------------------+--------------------------------------------------
Reporter: pkscwc | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone:
Component: Default | Version: unspecified
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
v.select fails to create postgres table when schema is different than
public.
Perhaps , reason is the name of the table .
Which is assigned like schema.map1_schema.map2 .
The two dots in the name of the table may be the reason of error.
Error says "cross database reference not allowed."

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1502&gt;
GRASS GIS <http://grass.osgeo.org>

#1502: v.select GRASS7 not creating vector table in postgres when schema is
different than public
-------------------------+--------------------------------------------------
Reporter: pkscwc | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone:
Component: Default | Version: unspecified
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by mlennert):

Replying to [ticket:1502 pkscwc]:
> v.select fails to create postgres table when schema is different than
public.
> Perhaps , reason is the name of the table .
> Which is assigned like schema.map1_schema.map2 .
> The two dots in the name of the table may be the reason of error.
> Error says "cross database reference not allowed."

What does db.connect -p show ? How did you define the schema to use ?

schema.map1_schema.map2 is definitely incorrect.

Moritz

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1502#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1502: v.select GRASS7 not creating vector table in postgres when schema is
different than public
--------------------------------+-------------------------------------------
Reporter: pkscwc | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Database | Version: unspecified
Keywords: v.select, postgres | Platform: Unspecified
      Cpu: Unspecified |
--------------------------------+-------------------------------------------
Changes (by hamish):

  * keywords: => v.select, postgres
  * component: Default => Database
  * milestone: => 7.0.0

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1502#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>