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

Add CREATE USER help.


diffs (15 lines):

diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c
--- a/clients/mapiclient/mhelp.c
+++ b/clients/mapiclient/mhelp.c
@@ -222,6 +222,11 @@ SQLhelp sqlhelp1[] = {
         "CREATE TYPE qname EXTERNAL NAME ident",
         NULL,
         NULL},
+       {"CREATE USER",
+        "Create a new user",
+        "CREATE USER ident WITH [ENCRYPTED | UNENCRYPTED] PASSWORD string NAME 
string SCHEMA ident",
+        "ident",
+        NULL},
        {"CREATE VIEW",
         "",
         "CREATE [ OR REPLACE ] VIEW qname [ column_list ] AS { 
query_expression | '(' query_expression ')' }\n"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to