Changeset: 06d10c8d5ab4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/06d10c8d5ab4
Modified Files:
documentation/source/manual_pages/mclient.rst
documentation/source/manual_pages/mserver5.rst.in
documentation/source/manual_pages/msqldump.rst
Branch: Aug2024
Log Message:
Updated manual pages.
diffs (67 lines):
diff --git a/documentation/source/manual_pages/mclient.rst
b/documentation/source/manual_pages/mclient.rst
--- a/documentation/source/manual_pages/mclient.rst
+++ b/documentation/source/manual_pages/mclient.rst
@@ -52,6 +52,9 @@ for *mclient* to mal looks like this: **
reading the *.monetdb* file, set the variable **DOTMONETDBFILE** to the
empty string in the environment.
+When working interactively, an interrupt (usually control-C) will clear
+any query being edited and will stop any running query.
+
OPTIONS
=======
diff --git a/documentation/source/manual_pages/mserver5.rst.in
b/documentation/source/manual_pages/mserver5.rst.in
--- a/documentation/source/manual_pages/mserver5.rst.in
+++ b/documentation/source/manual_pages/mserver5.rst.in
@@ -84,6 +84,12 @@ MSERVER5 OPTIONS
file) which should be located in the lib/monetdb5 directory. This
option can be repeated for different modules.
+**--without-geom**
+ Start the server without *geom* support, even if it is available.
+ Normally the server will refuse to start if *geom* is loaded, but the
+ database was created by a server without *geom* support. With this
+ option it is possible to start the server anyway.
+
**--help**
Print list of options.
diff --git a/documentation/source/manual_pages/msqldump.rst
b/documentation/source/manual_pages/msqldump.rst
--- a/documentation/source/manual_pages/msqldump.rst
+++ b/documentation/source/manual_pages/msqldump.rst
@@ -73,8 +73,32 @@ OPTIONS
**--functions** (**-f**)
Only dump functions definitions.
-**--table=**\ *table* (**-t** *table*)
- Only dump the specified *table*.
+**--table=**\ [\ *schema*\ **.**\ ]\ *table* (**-t** [\ *schema*\ **.**]\
*table*\ )
+ Only dump the specified table. If *schema* is not specified, the
+ user's current schema is used. When either *schema* or *table*
+ contains percent characters, all tables matching the (SQL) search
+ pattern are dumped.
+
+**--output=**\ *filename* (**-o** *filename*\ )
+ Write the dump to the specified file. If *filename* contains a
+ recognized compression scheme suffix, the file will be compressed
+ using that scheme.
+
+**--outputdir=**\ *directory* (**-O** *directory*\ )
+ Write the dump to the file **dump.sql** in the specified directory
+ which is created if it does not exist. The data of the tables will be
+ stored in separate CSV files in the directory. If the
+ **--compression** option is used, the CSV files will be compressed
+ using the specified compression scheme. If both the **--outputdir**
+ option and the **--output** option are specified, the last one is
+ used. The **--outputdir** option is not compatible with the --inserts
+ option.
+
+**--compression=**\ *extension* (**-x** *extension*\ )
+ Compress the CSV files produced with the **--outputdir** option using
+ the specified compression scheme. Depending on how the program is
+ compiled, the following compression schemes are recognized: **gz**,
+ **bz2**, **xz**, and **lz4**.
**--quiet** (**-q**)
Don't print the welcome message.
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]