Changeset: 41ed6951e52d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=41ed6951e52d
Modified Files:
        clients/mapiclient/mclient.1
Branch: default
Log Message:

Updated man page.
MIL and XQUERY have been removed.


diffs (109 lines):

diff --git a/clients/mapiclient/mclient.1 b/clients/mapiclient/mclient.1
--- a/clients/mapiclient/mclient.1
+++ b/clients/mapiclient/mclient.1
@@ -86,27 +86,15 @@
 file, set the variable
 .B DOTMONETDBFILE
 to the empty string in the environment.
-.PP
-When the query language is XQuery, multiple queries are separated by
-the sequence
-.B <>
-(less than and greater than characters)
-on a line by itself.
-This works both in interactive mode and when reading queries from a
-file.  When in interactive mode, queries can also be separated by an
-end-of-file.  Use a second end-of-file to exit
-.IR mclient .
 .SH OPTIONS
 .SS
 General Options
 .TP
 \fB\-\-language=\fP\fIlanguage\fP (\fB\-l\fP \fIlanguage\fP)
 Specify the query language.  The following languages are recognized:
-.BR mil ,
-.BR mal ,
-.BR sql ,
+.B mal
 and
-.BR xquery .
+.BR sql .
 A unique prefix suffices.
 The
 .B \-\-language
@@ -142,11 +130,8 @@
 must follow immediately after the option.
 .TP
 \fB\-\-format=\fP\fIformat\fP (\fB\-f\fP \fIformat\fP)
-Specify the output format.  For XQuery, the possible values include
-.BR dm ,
-.BR xml ,
-and a number of variations.
-For the other (table-oriented) languages, the possible values are
+Specify the output format.
+The possible values are
 .BR sql ,
 .BR csv ,
 .BR tab ,
@@ -221,27 +206,6 @@
 dumping the data of a table.  This option can be used when trying to
 load data from MonetDB into another database, or when e.g. JDBC
 applications are used to reload the dump.
-.SS
-XQuery Options
-.TP
-\fB\-\-collection=\fP\fIcolname\fP (\fB\-C\fP \fIcolname\fP)
-Specify the collection name for the XML document shredded with the
-.B \-\-input
-option.
-.TP
-\fB\-\-input=\fP\fIdocname\fP (\fB\-I\fP \fIdocname\fP)
-The standard input is an XML document which is shredded (added to the
-database).  The name of the document is specified using this option.
-The collection name for the document defaults to the name of the
-document but can be specified explicitly with the
-.B \-\-collection
-option.
-Shredding is done before any queries specified with the
-.B \-\-statement
-option or in files specified on the command line are executed.
-.TP
-\fB\-\-time\fP (\fB\-t\fP)
-Print timing information to standard error.
 .SH BACKSLASH COMMANDS
 .SS
 General Commands
@@ -290,8 +254,6 @@
 .I mclient
 is doing.
 This is mostly for debugging purposes.
-.SS
-SQL, MIL, and MAL Commands
 .TP
 \fB\ee\fP
 Echo the query in SQL formatting mode.
@@ -379,24 +341,5 @@
 .TP
 \fB\ea\fP
 Disable auto commit mode.
-.SS
-XQuery Commands
-.TP
-\fB\eG\fP
-Switch to the Algebra front-end.
-.TP
-\fB\eg\fP
-Switch to the old front-end.
-.TP
-\fB\ef\fP \fIformat\fP
-Use the specified
-.I format
-mode to format the output.
-Possible modes are
-.B dm
-and 
\fBxml\fP[\fB\-noheader\fP][\fB\-typed\fP|\fB\-noroot\fP|\fB\-root\-FOOBAR\fP].
-.TP
-\fB\et\fP
-Toggle the timer.
 .SH SEE ALSO
 .IR msqldump (1)
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to