Changeset: d8b7c80e6c7a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d8b7c80e6c7a
Modified Files:
clients/mapiclient/mhelp.c
Branch: Dec2023
Log Message:
Update help for analyze statement. Removed obsolete [SAMPLE size] [MINMAX]
options. Changed documentation link.
diffs (17 lines):
diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c
--- a/clients/mapiclient/mhelp.c
+++ b/clients/mapiclient/mhelp.c
@@ -92,10 +92,10 @@ SQLhelp sqlhelp1[] = {
"ident",
"See also
https://www.monetdb.org/documentation/user-guide/sql-manual/data-definition/privileges/"},
{"ANALYZE",
- "Collect column/table/schema data statistics for analysis and
optimizer usage",
- "ANALYZE ident [ . ident [ column_list ] ] [SAMPLE size] [MINMAX]",
+ "Analyze and update column data statistics of column(s) of one or all
tables in a schema",
+ "ANALYZE ident [ . ident [ column_list ] ]",
"ident,column_list",
- "See also
https://www.monetdb.org/documentation/admin-guide/monitoring/table-statistics/"},
+ "See also
https://www.monetdb.org/documentation/user-guide/sql-manual/data-manipulation/analyze-statement/"},
{"CALL",
"Call a stored procedure",
"CALL qname '(' [ scalar_expression [',' ...] ] ')' | CALL ident '.'
ident",
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]