Opened 8 years ago

Closed 8 years ago

#2796 closed defect (invalid)

PostgreSQL database connections fail in some parts of the gui

Reported by: harrik Owned by: grass-dev@…
Priority: normal Milestone:
Component: Database Version: 7.0.1
Keywords: PostgreSQL Cc:
CPU: x86-64 Platform: Linux

Description

Hi!

I tested the 7.0.2RC2, and noticed, that the database connections for my vectors from 6.4 did not work anymore with the new GUI. The attribute table is shown ok, but the display of labels and editing of attributes in the digitizer do not work: if I try to display labels for the vector features, the map stays empty, and neither the features nor labels are shown; without labels, the features are shown fine. The digitizer opens fine, but trying to see the attributes, or adding attributes to a newly drawn feature fail with no clear error messages.

From what I gathered, it seems that the setting for the "schema" in the database is not taken into account, for example the connection for vector "struct" used to be to the postgres table "grass.struct", where "grass" is the schema set up with db.connect. However, this version of GRASS seems to try to access the table using just the name "struct", which will lead to error.

Best,

Harri K.

Change History (1)

comment:1 by harrik, 8 years ago

Resolution: invalid
Status: newclosed

Sorry, this bug is not actually there. I don't actually know what was the problem, but suddenly the vector-database-connections began working as they should.

Closing as invalid.

Best,

Harri

Note: See TracTickets for help on using tickets.