From 8423748c2bb87b94029252005e47009e3e50ad44 Mon Sep 17 00:00:00 2001 From: Roman Simakov Date: Wed, 28 Sep 2016 18:06:17 +0300 Subject: [PATCH] Correct description --- doc/sql.extensions/README.ddl_access.txt | 3 --- 1 file changed, 3 deletions(-) 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;