You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postgresql_privs: deprecate and remove usage_on_types
The rough plan is:
Add a deprecation warning to the postgresql_privs module about the deprecation of the usage_on_types option. Users will be directed to use type: type to explicitly manipulate privileges on PG types.
Update docs in the postgresql_privs module.
Announce the deprecation and removal in the next major release (6 months - 1 year).
Release the above.
In 6 months - 1 year plan release 3.0.0.
Remove usage_on_types from postgresql_privs.
Release 3.0.0.
The text was updated successfully, but these errors were encountered:
* postgresql_privs: deprecate usage_on_types
SUMMARY:
Relates to #208
* fix long lines
* feedback from PR
* tweak changelog fragment
* refactor to use removed_in_version
SUMMARY
Relates to #207
postgresql_privs
: deprecate and remove usage_on_typesThe rough plan is:
type: type
to explicitly manipulate privileges on PG types.postgresql_privs
module.postgresql_privs
.The text was updated successfully, but these errors were encountered: