Changeset: 69ed28e0b785 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/69ed28e0b785
Modified Files:
        clients/mapiclient/mhelp.c
Branch: Sep2022
Log Message:

Correcting DROP SCHEMA 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
@@ -354,7 +354,7 @@ SQLhelp sqlhelp1[] = {
         NULL},
        {"DROP SCHEMA",
         "",
-        "DROP SCHEMA [ IF EXISTS ] qname [ RESTRICT | CASCADE ]",
+        "DROP SCHEMA [ IF EXISTS ] ident [ RESTRICT | CASCADE ]",
         NULL,
         NULL},
        {"DROP SEQUENCE",
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to