1. 06 Mar, 2014 1 commit
  2. 02 Dec, 2013 2 commits
  3. 18 Nov, 2013 1 commit
  4. 05 Sep, 2013 1 commit
  5. 17 Jun, 2013 1 commit
  6. 01 Jun, 2013 1 commit
  7. 03 May, 2013 1 commit
  8. 28 Apr, 2013 1 commit
  9. 13 Apr, 2013 1 commit
    • Add module postgresql_privs · 210d7115
      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.
      Bernhard Weitzhofer committed