[GRASS-dev] [GRASS GIS] #2387: v.in.ogr import from external PostgreSQL-server throws error if schema name and user name are identical

#2387: v.in.ogr import from external PostgreSQL-server throws error if schema name
and user name are identical
-------------------------+-------------------------------------------------
  Reporter: hemeybo | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.6.0
Component: Database | Version: svn-releasebranch70
Resolution: worksforme | Keywords: v.in.ogr PostgreSQL schema user
                         | name
       CPU: x86-64 | Platform: Linux
-------------------------+-------------------------------------------------

Comment (by mmetz):

Replying to [comment:4 martinl]:
> Layer must be provided without schema name.
>
> {{{
> layer=grass_test_geom_neu_oc
> }}}
>
> (see output of `-l` flag)

No, the layer option can include schema name like
layer=<schema>.<layer_name>, tested extensively with trunk and relbr76.

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