community.general/lib/ansible/modules/database/postgresql
Thomas O'Donnell 2e4b579eb3 Update postgresql_lang connection methods (#49221)
Have added some extra arguments to the postgresql_lang module to allow
configuring an SSL connection to the postgresql server and explicit
support for connecting via a unix socket. The arguments and method used
here for the connection are the same as used by the postgresql_schema
module.
2019-01-28 15:14:09 -05:00
..
__init__.py
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 postgresql_lang connection methods (#49221) 2019-01-28 15:14:09 -05: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