Opened 16 years ago

Closed 16 years ago

#93 closed defect (fixed)

db.table -p does not list all tables -> deeper problems in PostgreSQL driver

Reported by: harrikoo Owned by: mlennert
Priority: major Milestone: 6.4.0
Component: Default Version: svn-trunk
Keywords: PostgreSQL database db.table v.db.connect Cc:
CPU: Unspecified Platform: Unspecified

Description

Hi all,

first of all, I noticed, that db.tables -p does not list all tables in the database any more - it seems to list all the views, but some of the tables not. This is not a matter of access rights, all the tables were created succesfully by GRASS itself, and database links from vectors to these tables work, and the data is useable, too - the tables just are not visible in the printout of db.tables.

This leads to another problem: it is not possible to create a new database link for a vector to a table that is not visible in db.table -p, althought the table does exist in the database. I did try this many times, so I'm quite certain it's not a typo.

The bug seems to be consistent, though; restarting GRASS and PostgreSQL do not change the fact, whether the table is visible or not. Also, from the PostgreSQL side, there does not seem to be any differences between the tables that are visible and the ones that are not, but the problem obviously is not limited to db.tables.

I'd be happy to provide some more information, if you just point me to what might be of interest.

Harri K.

Change History (5)

comment:1 by martinl, 16 years ago

Milestone: 6.4.0

comment:2 by neteler, 16 years ago

Harri,

I tried and did not see that problem. Are you sure that GRANT was properly applied to your DB?

Markus

in reply to:  description comment:3 by neteler, 16 years ago

Replying to harrikoo:

This leads to another problem: it is not possible to create a new database link for a vector to a table that is not visible in db.table -p, althought the table does exist in the database. I did try this many times, so I'm quite certain it's not a typo.

I assume that the mechanism used here is the same. If db.table doesn't see it, also the rest won't see it.

Markus

comment:4 by mlennert, 16 years ago

CPU: Unspecified
Owner: changed from grass-dev@… to mlennert
Platform: Unspecified
Status: newassigned

Can confirm. Suspect that it is my fault from when adding views to the list of tables. Taking over this ticket.

Moritz

comment:5 by mlennert, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed in revision 33973.

Moritz

Note: See TracTickets for help on using tickets.