community.general/lib/ansible/modules/database/postgresql
Vianney Foucault 5385de4bfd Support for postgresql default privileges (#32987)
* Support for postgresql default privileges

fix the following issues:

* #29701
* #23657

* The ALTER DEFAULT PRIVILEGES is implemented with type 'default_privs'
* Added a Query Builder for simplification
* Some minor lint

* Fixed Lint Issue in doc

Fixed misspelled method name

* Removed the damned empty space on line 243 ! (within the doc) x|

* Kept Compat in string interpolation for old beloved python 2.6
2018-08-02 18:15:33 -04:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
postgresql_db.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
postgresql_ext.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
postgresql_lang.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
postgresql_privs.py Support for postgresql default privileges (#32987) 2018-08-02 18:15:33 -04:00
postgresql_schema.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
postgresql_user.py postgresql_user: set encrypted as default and fix empty password reporting changed (#36931) 2018-05-21 14:49:44 -05:00