I am using open source tools and working on QGIS 2.8 and Postgres/PostGIS 9.3 .
Working on urban application so we have single database and many users .I want to create department wise user group so that that group can not access other tables in database.
I want to update data to want to share data to them.
e.g. electric department should use only view/edit their data and no other department person should edit their data.
Tried following :-
1.Searched on google and PostgreSQL help as well created few users and their roles but when I log in using postgis by 'user1' credentials in QGIS I can see all my data.
2.Going through MANAGING USERS AND PERMISSIONS IN POSTGRESQL AND POSTGIS
thanks..