Update of /cvsroot/monetdb/clients/src/mapiclient
In directory
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1515/clients/src/mapiclient
Modified Files:
MapiClient.mx
Log Message:
There has been the desire to rename "MapiClient" into "mclient"
and this "tiny" checkin serves to implment (most of) this desire;
I did not change any Windows installer files and/or MapiClient-related
.bat (batch-) scripts.
Details:
Martin already added "mclient" as clone of "MapiClient" in clients,
and Sjoerd fixed the RPM .spec files for packaging accordingly.
(Windows installer files will most probably follow soon.)
To ensure a "smooth" transition, the idea is to provide both
"MapiClient" and "mclient" with the upcoming feature release of clients.
This allows backward compatibility with the currently released "Stable"
versions of the remaining MonetDB packages.
This checking makes sure that the development versions of all remaining
MonetDB packages move from using "MapiClient" to using "mclient",
requiring the latest development version of clients, that will soon be
released as new feature release "MonetDB-Clients 1.20.0".
Once also the current development versions of the remainig MonetDB pakages
(now using "mclient" instead of "MapiClient") have been released,
"MapiClient" can/will be removed from clients.
For convenient reference, these changes are wrapped in tags
"MapiClient_2_mclient-before" & "MapiClient_2_mclient-after".
Please note:
Like various "MapiClient"/"mclient"-related (and other) changes in
monetwed/ before, these changes reflect the situation of the to-be
release new feature release of clients (MonetDB-Clients);
hence, these changes should not go life, before the respective
release has been finished.
Index: MapiClient.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/MapiClient.mx,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- MapiClient.mx 20 Aug 2007 11:38:34 -0000 1.62
+++ MapiClient.mx 22 Aug 2007 06:21:45 -0000 1.63
@@ -23,15 +23,15 @@
interface for non-DBAs.
@+ Manual Page
-The @code{MapiClient} program provides a textual
+The @code{mclient} program provides a textual
interface to the MonetDB server. Unlike the Mserver console, the
[EMAIL PROTECTED] program is intended not only for the database
[EMAIL PROTECTED] program is intended not only for the database
administrator, but for all users. It is more comfortable than the
console, since it provides a command history and automatic file name
completion.
@verbatim
-MapiClient [options] [inputfile+]
+mclient [options] [inputfile+]
@end verbatim
The following options are supported:
@@ -69,7 +69,7 @@
@tab show this usage message
@end multitable
-Calling "MapiClient -l sql" establishes a SQL connection with an
+Calling "mclient -l sql" establishes a SQL connection with an
Mserver server running on the local machine. The default user
'monetdb' is used, which provides administrative rights.
To protect your database you may want to introduce another DBA name and
@@ -924,7 +924,7 @@
{
/* XQuery prelude */
if (mode == XQUERY) {
- fprintf(toConsole, "MapiClient interactive MonetDB/XQuery
session: type an XQuery or XQUF update.\n");
+ fprintf(toConsole, "mclient interactive MonetDB/XQuery session:
type an XQuery or XQUF update.\n");
fprintf(toConsole, "\nSupported document-management XQuery
extensions:\n");
fprintf(toConsole, " pf:collections() as node()\n");
fprintf(toConsole, " pf:documents($collectionName as xs:string)
as node()\n");
@@ -967,7 +967,7 @@
fprintf(toConsole, "\\a - disable auto commit\n");
}
fprintf(toConsole, "\\L file - save client/server interaction\n");
- fprintf(toConsole, "\\X - trace MapiClient code\n");
+ fprintf(toConsole, "\\X - trace mclient code\n");
}
static int
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins