PG-1366 Remove too detailed and incorrect comment from achitecture docs

The fucntions for lsiting keys do not look at inherit_global_providers
but even if they did it does not seem like something which would belong
in the architecture documentation.
This commit is contained in:
Andreas Karlsson 2025-04-22 16:51:20 +02:00 committed by Andreas Karlsson
parent 2b417dad54
commit 5ae34a248a

View File

@ -278,8 +278,6 @@ For keys and providers administration, it provides two pair of functions:
pg_tde_(grant/revoke)_database_key_management_to_role
```
There's one special behavior: When `pg_tde.inherit_global_providers` is `on`, users with database local permissions can list global providers, but can't use the show function to query configuration details. When `pg_tde.inherit_global_providers` is `off`, they can't execute the function at all, it will return an error.
### Creating and rotating keys
Principal keys can be created or rotated using the following functions: