[GRASS-dev] [GRASS GIS] #673: v.db.addtable uses wrong postgres schema

#673: v.db.addtable uses wrong postgres schema
----------------------------------+-----------------------------------------
Reporter: fengel | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: Database | Version: 6.4.0 RCs
Keywords: v.db.addtable schema | Platform: Linux
      Cpu: x86-32 |
----------------------------------+-----------------------------------------
Creating a table in a postgresql database:

After dissolving with v.extract -d using the new= parameter I tried to
use v.db.addtable to create a table for my dissolved map.
v.db.addtable creates a table, but doesn't put it in the right
database schema. It is created in the schema "public" and not in the
current schema, although db.connect -p verifys that
all connection parameters are correctly set.

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

#673: v.db.addtable uses wrong postgres schema
-----------------------+----------------------------------------------------
  Reporter: fengel | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: normal | Milestone: 6.4.0
Component: Database | Version: 6.4.0 RCs
Resolution: fixed | Keywords: v.db.addtable schema
  Platform: Linux | Cpu: x86-32
-----------------------+----------------------------------------------------
Changes (by martinl):

* cc: grass-dev@lists.osgeo.org (added)
  * status: new => closed
  * resolution: => fixed

Comment:

Hopefully fixed in trunk (r38208), devbr6 (r38209) and relbr64 (r38210).

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