Changeset: 5388f90394b2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5388f90394b2 Modified Files: clients/mapiclient/mhelp.c Branch: Nov2019 Log Message:
One more correction to have the commands in alphabetical order. diffs (27 lines): diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c --- a/clients/mapiclient/mhelp.c +++ b/clients/mapiclient/mhelp.c @@ -169,6 +169,11 @@ SQLhelp sqlhelp1[] = { " LANGUAGE PYTHON external_code", "qname,param,external_code", "See also https://www.monetdb.org/blog/monetdbpython-loader-functions"}, + {"CREATE MERGE TABLE", + "", + "CREATE MERGE TABLE [ IF NOT EXISTS ] qname table_source [ partition_by ]", + "table_source,partition_by", + "See also https://www.monetdb.org/Documentation/Cookbooks/SQLrecipes/DataPartitioning"}, {"CREATE PROCEDURE", "Create a user-defined procedure", "CREATE [ OR REPLACE ] PROCEDURE qname '(' { '*' | [ param [',' ...]] } ')'\n" @@ -177,11 +182,6 @@ SQLhelp sqlhelp1[] = { " EXTERNAL NAME ident ',' ident", "qname,param,procedure_statement,ident", "See also https://www.monetdb.org/Documentation/Manuals/SQLreference/Procedures"}, - {"CREATE MERGE TABLE", - "", - "CREATE MERGE TABLE [ IF NOT EXISTS ] qname table_source [ partition_by ]", - "table_source,partition_by", - "See also https://www.monetdb.org/Documentation/Cookbooks/SQLrecipes/DataPartitioning"}, {"CREATE REMOTE TABLE", "", "CREATE REMOTE TABLE [ IF NOT EXISTS ] qname ON string [WITH [USER 'username'] [[ENCRYPTED] PASSWORD 'password']]", _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list