CVS kind on Postgis

View: New views
5 Messages — Rating Filter:   Alert me  

CVS kind on Postgis

by Ezequias Rodrigues da Rocha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

Best regards
Ezequias
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
* www.recife.pe.gov.br
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda ? melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
MSN Messenger: ezequias@...
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

Re: CVS kind on Postgis

by TECHER David :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi
 
depends on how U want to identify or create your users...taking limits of north or south area? taking the border line (horizonatl line )of your extent that cut
your extent in tow parts and son on
---------------------------------------------------------------
TECHER Jean David
01MAP
e-mail: david@...
Tél: 04 67 45 60 27
Entreprise: http://www.01map.net
Perso: http://techer.pascal.free.fr/postgis/
---------------------------------------------------------------
----- Original Message -----
Sent: Friday, July 29, 2005 4:12 PM
Subject: [postgis-users] CVS kind on Postgis

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.

Best regards
Ezequias
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
* www.recife.pe.gov.br
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
MSN Messenger: ezequias@...
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

Res: Re: CVS kind on Postgis

by Ezequias Rodrigues da Rocha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Teacher,
 
It could be done by a border line or a corrdinate area. Whatever you believe is easier. 
 
-------Mensagem original-------
 
Data: 07/29/05 11:10:28
Assunto: Re: [postgis-users] CVS kind on Postgis
 
Hi
 
depends on how U want to identify or create your users...taking limits of north or south area? taking the border line (horizonatl line )of your extent that cut
your extent in tow parts and son on
---------------------------------------------------------------
TECHER Jean David
01MAP
e-mail: david@...
Tél: 04 67 45 60 27
Entreprise: http://www.01map.net
Perso: http://techer.pascal.free.fr/postgis/
---------------------------------------------------------------
----- Original Message -----
Sent: Friday, July 29, 2005 4:12 PM
Subject: [postgis-users] CVS kind on Postgis

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.

Best regards
Ezequias
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
* www.recife.pe.gov.br
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
MSN Messenger: ezequias@...
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users
 
Add FUN to your email - CLICK HERE!
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

Re: CVS kind on Postgis

by Nicolas Ribot :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> 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
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

Res: Re: CVS kind on Postgis

by Ezequias Rodrigues da Rocha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't want to believe that Postgresql couldn't manager several users on the same table neither postgis. I believe this solutions is note quite nice for concurrent updates.
 
This solutions don't check if any feature could be posted on a restricted area don't you believe ?.
 
I hope could have another alternative.
 
 
sincerely
Ezequias
 
 
-------Mensagem original-------
 
Data: 07/29/05 11:49:20
Assunto: Re: [postgis-users] CVS kind on Postgis
 
> 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
_______________________________________________
postgis-users mailing list
Add FUN to your email - CLICK HERE!
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users