PG-1420 Fixed function names for Inspections (#117)

pull/209/head
Anastasia Alexandrova 6 months ago committed by GitHub
parent e973d95d7c
commit 0093413b36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      contrib/pg_tde/documentation/docs/functions.md

@ -36,8 +36,8 @@ These functions allow or revoke the use of the permissions management functions:
Use these functions to grant or revoke the use of query functions, which do not modify the encryption settings:
* `pg_tde_grant_key_viewer_management_to_role(role)`
* `pg_tde_revoke_key_viewer_management_from_role(role)`
* `pg_tde_grant_key_viewer_to_role(role)`
* `pg_tde_revoke_key_viewer_from_role(role)`
## Key provider management

Loading…
Cancel
Save