GNOME Bugzilla – Bug 669299
Show table names and structure even when it cannot be viewed.
Last modified: 2012-02-24 08:55:56 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.
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.
(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