#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."
#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 ?