Changeset: 8fd1393e942d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8fd1393e942d
Modified Files:
        clients/mapiclient/mhelp.c
Branch: default
Log Message:

Fix step names in mclient help


diffs (12 lines):

diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c
--- a/clients/mapiclient/mhelp.c
+++ b/clients/mapiclient/mhelp.c
@@ -412,7 +412,7 @@ SQLhelp sqlhelp1[] = {
        {"EXPLAIN",
         "Display logical or physical execution plan for the SQL statement.",
         "EXPLAIN [BEFORE|AFTER] [step] [SHOW DETAILS] statement\n"
-        "\twhere step is UNNEST|REWRITE|PHYSICAL",
+        "\twhere step is REL_UNNEST|REL_REWRITE|PHYSICAL",
         NULL,
         "Plain EXPLAIN defaults to logical plan.\n"
         "Use REL_UNNEST|REL_REWRITE|PHYSICAL to specify compilation step to 
show.\n"
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to