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

Add doc ref for CREATE TYPE


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
@@ -254,7 +254,7 @@ SQLhelp sqlhelp1[] = {
         "Add user defined type to the type system ",
         "CREATE TYPE [ IF NOT EXISTS ] qname EXTERNAL NAME ident",
         NULL,
-        NULL},
+        "See also 
https://www.monetdb.org/documentation/user-guide/sql-manual/data-types/udf-types/"},
        {"CREATE UNLOGGED TABLE",
         "Create a new unlogged table",
         "CREATE UNLOGGED TABLE [ IF NOT EXISTS ] qname table_source [STORAGE 
ident string]\n"
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to