8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00
This commit is contained in:
Alexander Peshkov 2016-06-01 11:09:25 +03:00
parent 3232eb8c50
commit 63b6708e7f

View File

@ -527,7 +527,7 @@ ALTER ROLE <name> DROP SYSTEM PRIVILEGES
This form clears list of system privileges in role <name>. This form clears list of system privileges in role <name>.
System privileges make it possible to delegate part of DBO rights to other users. System privileges make it possible to delegate part of DBO rights to other users.
Pay attention taht system privileges provide very thin level of control, therefore sometimes Pay attention that system privileges provide very thin level of control, therefore sometimes
you will need to give user >1 privilege to perform some task (for example add you will need to give user >1 privilege to perform some task (for example add
IGNORE_DB_TRIGGERS to USE_GSTAT_UTILITY cause gstat wants to ignore database triggers). IGNORE_DB_TRIGGERS to USE_GSTAT_UTILITY cause gstat wants to ignore database triggers).