Maintaining user roles and permissions in Postgres - general question

From: Postgres User <postgres(dot)developer(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Maintaining user roles and permissions in Postgres - general question
Date: 2009-06-19 02:03:52
Message-ID: b88c3460906181903m6abaf7f6v60ebcc78005745f7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does anyone have a recommendation for maintaining user permissions on
a changing database? The lack of an option to grant specific rights
to all objects of a given type within a Postgres db obviously places
the burden on the administrator to keep roles updated as objects are
added and dropped from a given database.

Unfortunately for us, we don't have a dedicated db admin, so this task
falls into the hands of developers who are probably less adapt at this
kind of task ;)

Is there a utility or set of scripts out there that helps a db owner
with permissions admin?

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message leif 2009-06-19 02:09:08 Re: Invalid statement name (null) in line ## - what am I doing wrong ?
Previous Message Martin Gainty 2009-06-19 01:57:27 Re: Invalid statement name (null) in line ## - what am I doing wrong ?