Changeset: 130c316b102b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=130c316b102b
Modified Files:
        tools/mserver/mserver5.1.in
Branch: Apr2019
Log Message:

Update manual.


diffs (58 lines):

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
@@ -110,7 +110,7 @@ Set or increase verbosity level.  If no
 .I value
 is specified, the verbosity level is increased by
 .BR 1 .
-It a
+If a
 .I value
 is specified, the verbosity level is set to the given value.
 .TP
@@ -281,6 +281,7 @@ The setting of sql_optimizer can be eith
 run.
 Default:
 .BR default_pipe .
+.RS
 .P
 The following are possible pipes to use:
 .TP
@@ -311,6 +312,37 @@ It is use mainly to make some tests work
 avoid ambigious output, by avoiding parallelism.
 .\" this documentation must be kept in sync with the respective code in 
monetdb5/optimizer/opt_pipes.c
 
sequential_pipe=inline,remap,costModel,coercions,aliases,evaluate,emptybind,pushselect,aliases,mergetable,deadcode,aliases,constants,commonTerms,projectionpath,deadcode,reorder,matpack,querylog,multiplex,generator,profiler,candidates,postfix,deadcode,wlc,garbageCollector
+.RE
+.TP
+.B embedded_py
+Enable embedded Python.  This means Python code can be called from
+SQL.
+The value is
+.B true
+or
+.B 2
+for embedded Python 2, or
+.B 3
+for embedded Python 3.  Note that by enabling embedded Python, users
+of the server are allowed to execute arbitrary Python code, and are
+therefore able to read and modify all data that the server process has
+access to.  Also note that it is not possible to enable both Python 2
+and 3 at the same time.
+.TP
+.B embedded_r=true
+Enable embedded R.  This means R code can be called from SQL.  Note
+that by enabling embedded R, users of the server are allowed to
+execute arbitrary R code, and are therefore able to read and modify
+all data that the server process has access to.
+.TP
+.B embedded_c=true
+Enable embedded C.  This means C code can be called from SQL.  The C
+code will first be compiled and then executed.  This means a C
+compiler must be available.  Note also that by enabling embedded C,
+users of the server are allowed to execute arbitrary C code, and are
+therefore able to read and modify all data that the server process has
+access to.  In addition, if the C code causes a crash, all bets are
+off.
 .SH CONFIG FILE FORMAT
 The configuration file readable by
 .I mserver5
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to