From 8cca3361e25fad3e38a4dee292e05715da03ce4b Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Wed, 8 May 2024 16:58:38 +0300 Subject: [PATCH] Added missing privilege to doc --- doc/sql.extensions/README.ddl.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sql.extensions/README.ddl.txt b/doc/sql.extensions/README.ddl.txt index 66edce3532..d508aacaf7 100644 --- a/doc/sql.extensions/README.ddl.txt +++ b/doc/sql.extensions/README.ddl.txt @@ -559,6 +559,7 @@ CREATE_PRIVILEGED_ROLES Use SET SYSTEM PRIVILEGES in roles MODIFY_EXT_CONN_POOL Manage properties of pool of external connections REPLICATE_INTO_DATABASE Use replication API to load changesets into database PROFILE_ANY_ATTACHMENT Profile other users' attachments +GET_DBCRYPT_INFO Use getInfo() items, related with DB encryption 22) New grantee type in GRANT and REVOKE operators - SYSTEM PRIVILEGE.