ansible-collections / community.postgresql

Manage PostgreSQL with Ansible
https://galaxy.ansible.com/ui/repo/published/community/postgresql/
Other
111 stars 90 forks source link

[PR #693/09fec845 backport][stable-2] postgresql_idx: consider schema name when checking #694

Closed patchback[bot] closed 6 months ago

patchback[bot] commented 6 months ago

This is a backport of PR #693 as merged into main (09fec8451755579c98664a9e3903f498da3b1a4d).

SUMMARY

When checking to see if an index exists, the schema name needs to be taken into account. That is, the same name can exist in multiple schemas.

Fixes #692

ISSUE TYPE
COMPONENT NAME

community.general.postgresql_idx