8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 17:23:03 +01:00

Added missing privilege to doc

This commit is contained in:
AlexPeshkoff 2024-05-08 16:58:38 +03:00
parent 9d7de0b016
commit 8cca3361e2

View File

@ -559,6 +559,7 @@ CREATE_PRIVILEGED_ROLES Use SET SYSTEM PRIVILEGES in roles
MODIFY_EXT_CONN_POOL Manage properties of pool of external connections MODIFY_EXT_CONN_POOL Manage properties of pool of external connections
REPLICATE_INTO_DATABASE Use replication API to load changesets into database REPLICATE_INTO_DATABASE Use replication API to load changesets into database
PROFILE_ANY_ATTACHMENT Profile other users' attachments 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. 22) New grantee type in GRANT and REVOKE operators - SYSTEM PRIVILEGE.