Update of /cvsroot/monetdb/MonetDB
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1515/MonetDB

Modified Files:
        HowToStart.rst 
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: HowToStart.rst
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/HowToStart.rst,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- HowToStart.rst      26 Jan 2007 19:34:06 -0000      1.2
+++ HowToStart.rst      22 Aug 2007 06:21:57 -0000      1.3
@@ -375,7 +375,7 @@
 The disadvantage of running the systems interactively is that you
 don't get readline support (if available on your system).  A more
 pleasant environment can be had by using the system as a server and
-using ``MapiClient`` to interact with the system.  For MonetDB4 use::
+using ``mclient`` to interact with the system.  For MonetDB4 use::
 
  Mserver --dbinit 'module(mapi); mil_start();'
 
@@ -404,28 +404,28 @@
 
  mserver5 --dbinit 'include sql;'
 
-Once the server is running, you can use ``MapiClient`` to interact
-with the server.  ``MapiClient`` needs to be told which language you
+Once the server is running, you can use ``mclient`` to interact
+with the server.  ``mclient`` needs to be told which language you
 want to use, but it does not need to be told whether you're using
 MonetDB4 or MonetDB5.  In another shell window start::
 
- MapiClient -l<language>
+ mclient -l<language>
 
 where *language* is one of ``mil``, ``mal``, ``sql``, or ``xquery``.
 If no ``-l`` option is given, ``mil`` is the default.
 
-With ``MapiClient``, you get a text-based interface that supports
+With ``mclient``, you get a text-based interface that supports
 command-line editing and a command-line history.  The latter can even
 be stored persistently to be re-used after stopping and restarting
-``MapiClient``; see
+``mclient``; see
 
 ::
 
- MapiClient --help
+ mclient --help
 
 for details.
 
-At the ``MapiClient`` prompt some extra commands are available.  Type
+At the ``mclient`` prompt some extra commands are available.  Type
 a single question mark to get a list of options.  Note that one of the
 options is to read input from a file using ``<``.  This interferes
 with XQuery syntax.  This is a known bug.


-------------------------------------------------------------------------
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

Reply via email to