Skip to content

Commit 5ae34a2

Browse files
committed
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.
1 parent 2b417da commit 5ae34a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/pg_tde/documentation/docs/architecture.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ For keys and providers administration, it provides two pair of functions:
278278
pg_tde_(grant/revoke)_database_key_management_to_role
279279
```
280280

281-
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.
282-
283281
### Creating and rotating keys
284282

285283
Principal keys can be created or rotated using the following functions:

0 commit comments

Comments
 (0)