[postgis-devel] [PostGIS] #1813: geometry_columns / geography_column table fails to take into account user permissions to table
PostGIS
trac at osgeo.org
Mon May 14 10:01:26 PDT 2012
#1813: geometry_columns / geography_column table fails to take into account user
permissions to table
---------------------+------------------------------------------------------
Reporter: chander | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
has_table_privilege(c.oid, 'SELECT, INSERT, UPDATE, DELETE, TRUNCATE,
REFERENCES, TRIGGER'::text)
works fine in 8.4 (just tested).
I guess it was left out because the old geometry_columns did show
everything ?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1813#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list