After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669299 - Show table names and structure even when it cannot be viewed.
Show table names and structure even when it cannot be viewed.
Status: RESOLVED FIXED
Product: glom
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Murray Cumming
Murray Cumming
Depends on:
Blocks:
 
 
Reported: 2012-02-03 10:44 UTC by Murray Cumming
Modified: 2012-02-24 08:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2012-02-03 10:44:57 UTC
PostgreSQL apparently does not even let us know that a table exists if we don't have SELECT rights ( see bug #669233 ). So we should get that information from the document instead.
Comment 1 Murray Cumming 2012-02-23 12:00:01 UTC
This commit lets users see the database structure (from the document) even if they don't have view (SELECT) rights:
http://git.gnome.org/browse/glom/commit/?id=19f4ab4dd8b0247485121ebd87e653776d815149

This one helps too:
http://git.gnome.org/browse/glom/commit/?id=1dd5c350440f3997b4382c1a7f562aa7c5740730

I'm keeping this bug open because I still want to prevent the stdout errors when we try to get the data for these tables. We should not even try.
Comment 2 Murray Cumming 2012-02-24 08:55:56 UTC
(In reply to comment #1)
> I'm keeping this bug open because I still want to prevent the stdout errors
> when we try to get the data for these tables. We should not even try.

Done, but please report any remaining problems:
http://git.gnome.org/browse/glom/commit/?id=4763ba94336777fae951920d27ee23d91963e1b2