mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
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:
parent
2b417dad54
commit
5ae34a248a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user