Ticket #673 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

v.db.addtable uses wrong postgres schema

Reported by: fengel Owned by: grass-dev@…
Priority: normal Milestone: 6.4.0
Component: Database Version: 6.4.0 RCs
Keywords: v.db.addtable schema Cc: grass-dev@…
Platform: Linux CPU: x86-32

Description

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.

Change History

Changed 4 years ago by martinl

  • cc grass-dev@… added
  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.