Opened 15 years ago
Closed 15 years ago
#673 closed defect (fixed)
v.db.addtable uses wrong postgres schema
Reported by: | fengel | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.0 |
Component: | Database | Version: | 6.4.0 RCs |
Keywords: | v.db.addtable schema | Cc: | grass-dev@… |
CPU: | x86-32 | Platform: | Linux |
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.
Note:
See TracTickets
for help on using tickets.
Hopefully fixed in trunk (r38208), devbr6 (r38209) and relbr64 (r38210).