Ticket #673 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
