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

Fixed grammar in mhelp for merge statements.


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
@@ -396,7 +396,7 @@ SQLhelp sqlhelp1[] = {
         "See also 
https://www.monetdb.org/Documentation/SQLreference/Permissions"},
        {"MERGE",
         "",
-        "[ WITH with_list ] MERGE INTO qname [ [AS] ident ] USING table_ref ON 
search_condition merge_list",
+        "[ WITH with_list ] MERGE INTO qname [ [AS] ident ] USING table_ref [ 
[AS] ident ] ON search_condition merge_list",
         "with_list,table_ref,search_condition,merge_list",
         NULL},
        {"RELEASE SAVEPOINT",
@@ -678,7 +678,7 @@ SQLhelp sqlhelp2[] = {
         NULL},
        {"merge_list",
         NULL,
-        "merge_clause [ ',' ... ]",
+        "merge_clause [ ... ]",
         "merge_clause",
         NULL},
        {"nrofrecords",
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to