You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/postgresql/tasks
Christian Rohmann 90c092a104 Allow configuration of connection_limit per postgresql database (postgresql_db) (#40345)
Fixes #40060

* Fix coding style errors
* Use CONNECTION LIMIT (no underscore)
* From review done by amenonsen and bcoca - Set default at None, make the change detection less confusing
* Added EXAMPLE on how to apply a database specific connection limit
* Added some basic tests for conn_limit applied to a database
* Check that conn_limit has actually been set / updated to 200
* Add changelog fragment regarding postgresql_db conn_limit parameter
7 years ago
..
main.yml Allow configuration of connection_limit per postgresql database (postgresql_db) (#40345) 7 years ago
pg_authid_not_readable.yml Deprecate tests used as filters (#32361) 8 years ago
postgresql_ext.yml postgresql_ext: Update param handling, fix doc formatting, added: CI tests, examples, a return value (#54027) 7 years ago
postgresql_facts.yml New module postgresql_facts: Gathers facts about PostgreSQL servers. (#51164) 7 years ago
postgresql_idx.yml Module postgresql_idx: added ci tests, new params, returned values, code refactoring (#52230) 7 years ago
postgresql_ping.yml New module postgresql_ping: Checks remote PostgreSQL server availability. (#51477) 7 years ago
postgresql_privs.yml (postgresql_privs) accept 'ALL_IN_SCHEMA' objs for 'function' type (#35331) 7 years ago
postgresql_query.yml New module postgresql_query (#52555) 7 years ago
postgresql_set.yml New module postgresql_set - Change a PostgreSQL server configuration parameter (#51875) 7 years ago
postgresql_tablespace.yml New module postgresql_tablespace (#52914) 7 years ago
session_role.yml Add session_role to postgresql modules (#43650) 7 years ago
state_dump_restore.yml fixed test using removed feature 8 years ago
test_no_password_change.yml Deprecate tests used as filters (#32361) 8 years ago
test_password.yml postgresql_user: fix test errors on newer Fedora versions (#47166) 7 years ago
test_target_role.yml #50877: add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" (#51073) 7 years ago