Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal for a module to manage PostgreSQL privileges (2) #2676

Merged
merged 1 commit into from Apr 14, 2013
Merged

Proposal for a module to manage PostgreSQL privileges (2) #2676

merged 1 commit into from Apr 14, 2013

Conversation

b6d
Copy link
Contributor

@b6d b6d commented Apr 13, 2013

As suggested there, here is is a squashed commit of pull request #2536 (with some refinements made in the meantime) for review.

Examples can be found in the EXAMPLES-docstring.

Commit Message:

This Module allows to manage privileges on PostgreSQL database objects
(currently: tables, sequences, functions, databases, schemas, languages and
tablespaces) as well as group role memberships.

It is basically a wrapper around most of the functionality of PostgreSQL's
GRANT and REVOKE statements with additional detection of changes and support
for dry-runs (check-mode).

postgresql_privs should work with PostgreSQL 8.4 and above. Python Module
psycopg2 is required on the remote host.

This Module allows to manage privileges on PostgreSQL database objects
(currently: tables, sequences, functions, databases, schemas, languages and
tablespaces) as well as group role memberships.

It is basically a wrapper around most of the functionality of PostgreSQL's
GRANT and REVOKE statements with additional detection of changes and support
for dry-runs (check-mode).

postgresql_privs should work with PostgreSQL 8.4 and above. Python Module
psycopg2 is required on the remote host.
mpdehaan added a commit that referenced this pull request Apr 14, 2013
Proposal for a module to manage PostgreSQL privileges (2)
@mpdehaan mpdehaan merged commit d00f7ce into ansible:devel Apr 14, 2013
@mpdehaan
Copy link
Contributor

merged, thanks!

@dagwieers dagwieers added the postgresql PostgreSQL community label Feb 1, 2019
@dagwieers dagwieers added database Database category and removed database Database category labels Feb 13, 2019
@ansible ansible locked and limited conversation to collaborators Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
database Database category postgresql PostgreSQL community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants