Thread: acl_admin.sql

acl_admin.sql

From
Andrew Hammond
Date:
There seems to be some re-curring questions about how to manage
permissions across all objects in a database. Here's some tools to make
this kind of stuff easy. (documentation included in tarball)

--
Andrew Hammond    416-673-4138    ahammond@ca.afilias.info
Database Administrator, Afilias Canada Corp.
CB83 2838 4B67 D40F D086 3568 81FC E7E5 27AF 4A9A

Attachment

Re: acl_admin.sql

From
Andreas Pflug
Date:
Andrew Hammond wrote:
> There seems to be some re-curring questions about how to manage 
> permissions across all objects in a database. Here's some tools to make 
> this kind of stuff easy. (documentation included in tarball)
> 

Another way is to use pgAdmin's grant wizard (V1.2), which allows easy 
assignment in a very comfortable way.

http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/pgadmin3/docs/en_US/images/grantwiz.png?rev=HEAD

Regards,
Andreas