Opened 13 years ago
Closed 7 years ago
#1487 closed defect (fixed)
r.stream.order returns error while create vector stream. error: "unable to ... driver (pg)"
Reported by: | pkscwc | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.7 |
Component: | Vector | Version: | svn-trunk |
Keywords: | r.stream.order, vector table, postgresql database | Cc: | |
CPU: | All | Platform: | All |
Description ¶
I have consistently reproduced the error reported by r.stream.order. The add-on module creates the vector stream but the creation of corresponding table in postgres database fails with error "unable to .. driver(pg)". Although database is connected properly. New vectors are being created by other modules along with the table in postgres.
Change History (6)
comment:1 by , 13 years ago
Component: | Default → Vector |
---|---|
CPU: | Unspecified → All |
Platform: | Unspecified → All |
Version: | unspecified → svn-trunk |
comment:2 by , 10 years ago
Keywords: | postgresql added; postgres removed |
---|---|
Milestone: | → 7.0.0 |
No more problems reported here, closing.
comment:3 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:4 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:5 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
comment:6 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Should be fixed with r49042. Close ticket?
Markus M