betanummeric

Results 5 issues of betanummeric

## proposal Add the `client_addr` field from `pg_stat_activity` as a label to the metric `pg_stat_activity_max_tx_duration`. ## use case My company runs the postgres_exporter for production PostgreSQL instances. Often the application...

backport of #554 This PR tries to replace the deprecated `include` with `include_tasks`.

fixes #411 This PR removes the logic which converts a query argument from a python list to a postgres array, because psycopg2 can do this better. This changes the module...

The postgresql_query and postgresql_script modules use this code to transform a list in the arguments to an postgres array string: https://github.com/ansible-collections/community.postgresql/blob/2.3.2/plugins/module_utils/postgres.py#L387-L422 ## quoting issue The current implementation doesn't work for...