From 5ae34a248afad668dc47c0bbfd91e30b19ca76f6 Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Tue, 22 Apr 2025 16:51:20 +0200 Subject: [PATCH] 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. --- contrib/pg_tde/documentation/docs/architecture.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/pg_tde/documentation/docs/architecture.md b/contrib/pg_tde/documentation/docs/architecture.md index a216d1a7c9a..1131eda0166 100644 --- a/contrib/pg_tde/documentation/docs/architecture.md +++ b/contrib/pg_tde/documentation/docs/architecture.md @@ -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: