diff --git a/doc/sql.extensions/README.ddl_access.txt b/doc/sql.extensions/README.ddl_access.txt index 9551b7d084..5f6ccc8e36 100644 --- a/doc/sql.extensions/README.ddl_access.txt +++ b/doc/sql.extensions/README.ddl_access.txt @@ -25,9 +25,6 @@ Makes it possible to grant and revoke privileges on DDL operations. DDL operations for managing triggers and indices re-use table privileges. -If ANY keyword is used a user will be able to perform operation on any object. Otherwise only on object which he owns. -If ANY keyword was used due GRANT operation it also must be used in according REVOKE operation. - Sample: GRANT CREATE TABLE TO Joe;