Changeset: f6fcd023f435 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f6fcd023f435
Modified Files:
        clients/mapiclient/mhelp.c
Branch: Apr2019
Log Message:

For GRANT and REVOKE show the table_privileges and global_privileges directly 
when asking help


diffs (21 lines):

diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c
--- a/clients/mapiclient/mhelp.c
+++ b/clients/mapiclient/mhelp.c
@@ -392,7 +392,7 @@ SQLhelp sqlhelp1[] = {
         "Define access privileges",
         "GRANT privileges TO grantee [',' ...] [ WITH GRANT OPTION ]\n"
         "GRANT role [',' ...] TO grantee [',' ...] [ WITH ADMIN OPTION]",
-        "privileges,role,grantee",
+        "privileges,table_privileges,global_privileges,role,grantee",
         "See also 
https://www.monetdb.org/Documentation/SQLreference/Permissions"},
        {"MERGE",
         "",
@@ -413,7 +413,7 @@ SQLhelp sqlhelp1[] = {
         "Remove some privileges",
         "REVOKE [GRANT OPTION FOR] privileges FROM { grantee [',' ...] | 
CURRENT_USER | CURRENT_ROLE }\n"
         "REVOKE [ADMIN OPTION FOR] role [',' ...] FROM { grantee [',' ...] | 
CURRENT_USER | CURRENT_ROLE }",
-        "privileges,grantee,role",
+        "privileges,table_privileges,global_privileges,grantee,role",
         "See also 
https://www.monetdb.org/Documentation/SQLreference/Permissions"},
        {"ROLLBACK",
         "Rollback the current transaction",
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to