Changeset: 450f38b9596b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/450f38b9596b Modified Files: MonetDB.spec debian/control tools/mserver/mserver5.1.in Branch: Mar2025 Log Message:
Add a reference to --loadmodule. diffs (42 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -577,7 +577,9 @@ automatic index management, extensibilit accelerators. It also has an SQL front end. This package provides an interface to the MonetDB server through which -data from remote databases can be loaded through an ODBC interface. +data from remote databases can be loaded through an ODBC interface. In +order to use this module, mserver5 needs to be run with the option +--loadmodule odbc_loader. %files odbc-loader %defattr(-,root,root) diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -181,7 +181,9 @@ Description: MonetDB ODBC loader module accelerators. It also has an SQL front end. . This package provides an interface to the MonetDB server through which - data from remote databases can be loaded through an ODBC interface. + data from remote databases can be loaded through an ODBC interface. In + order to use this module, mserver5 needs to be run with the option + --loadmodule odbc_loader. Package: libmonetdb5-server-cfitsio Architecture: all diff --git a/tools/mserver/mserver5.1.in b/tools/mserver/mserver5.1.in --- a/tools/mserver/mserver5.1.in +++ b/tools/mserver/mserver5.1.in @@ -120,6 +120,10 @@ sections. Load extra module in the form of a dynamic link library (.dll or .so file) which should be located in the lib/monetdb5 directory. This option can be repeated for different modules. +Also see the +.B loadmodules +entry in +.IR monetdb (1). .TP .B \-\-without\-geom Start the server without _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org