[postgis-users] CVS kind on Postgis

Nicolas Ribot nicky666 at gmail.com
Fri Jul 29 08:06:51 PDT 2005


> Hi list,
> 
> I would like to know if is possible to disable some users to post any
> geometry and attribute changing on a data base map restricted by some
> geometry area.
> 
> Suppouse 2 teams need to update some base. One take the north area and other
> south area. How postgresql could manager that kind of rule.
> 

On a project where several people had to edit the same dataset, we
choose to cut it into several parts, put these parts into several
tables and configure each client to access his/her table.
At the end of the work, a merge of the different parts was done, with
only one operator checking parts limits to make them match.

Maybe it could be possible to create triggers checking who is updating
the table ?

Nicolas



More information about the postgis-users mailing list