-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
databasefeatureThis issue/PR relates to a feature requestThis issue/PR relates to a feature requesthas_prmodulemodulemoduleneeds_triagepluginsplugin (any type)plugin (any type)postgresql
Description
SUMMARY
Relates to #994
postgresql_privs: Add support for procedures with ALL_IN_SCHEMA
postgresql_privs:
database: test2_db
privs: ALL
roles: test
objs: ALL_IN_SCHEMA
type: procedure
I thinks this is relevantly easy to implement, see:
- postgresql_privs: fix the module mistakes a procedure for a function #996 (create a similar function and put
pinstead offto the SQL query, the part withoutprokindcan containmodule.fail_json(msg="meaning: for using the feature, you need postgres 11 or later")and don't forget to put a note about postgres version 11+ innote:section and option's description, add CI tests) - (postgresql_privs) accept 'ALL_IN_SCHEMA' objs for 'function' type ansible/ansible#35331 (also could be helpful)
If anybody decides to implement this, please PUT a COMMENT HERE about your intention to avoid parallel works
ISSUE TYPE
- Feature Idea
COMPONENT NAME
postgresql_privs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
databasefeatureThis issue/PR relates to a feature requestThis issue/PR relates to a feature requesthas_prmodulemodulemoduleneeds_triagepluginsplugin (any type)plugin (any type)postgresql