community.general/lib/ansible/modules/database/postgresql
Prashant Baisla 9cb7cbb62a postgresql_ext: Allow creating extension in a specific schema (#47279)
* Allow creating extension in a specific schema

* Code Review: Update example to include schema parameter

* Code Review: Use simple string concatenation to build query
2019-01-25 04:25:39 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
postgresql_db.py Fix issue #39412 (#39483) 2018-11-25 23:08:03 -05:00
postgresql_ext.py postgresql_ext: Allow creating extension in a specific schema (#47279) 2019-01-25 04:25:39 -05:00
postgresql_idx.py postgresql_idx: misc fixes (#50199) 2018-12-21 16:31:41 +05:30
postgresql_lang.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
postgresql_privs.py schema can also be provided if type is default_privs (#50498) 2019-01-10 11:05:05 +01:00
postgresql_schema.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
postgresql_user.py postgresql_user: set type of conn_limit (#50178) 2018-12-22 20:28:56 +05:30