[QGIS-trac] [Quantum GIS] #2468: Support for Column Permissions in
PostgreSQL 8.4
Quantum GIS
qgis at qgis.org
Thu Feb 25 07:52:05 EST 2010
#2468: Support for Column Permissions in PostgreSQL 8.4
--------------------------------------------------+-------------------------
Reporter: pinux | Owner: nobody
Type: enhancement | Status: new
Priority: major: does not work as expected | Milestone: Version 1.5.0
Component: Build/Install | Version: HEAD
Keywords: postgis postgres column permission | Platform_version:
Platform: Windows | Must_fix: No
Status_info: 0 |
--------------------------------------------------+-------------------------
Column Permission in PostgreSQL 8.4 is not supported in Qgis. When I grant
insert or update on a specific column, like this:
GRANT INSERT(mycolumn) ON mytable TO user;
GRANT UPDATE(mycolumn) ON mytable TO user;
It is not possible to edit the column mycolumn in qgis.
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2468>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list