Changeset: ff3b5051b747 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ff3b5051b747 Modified Files: clients/src/mapiclient/mclient.1 Branch: default Log Message:
small fixes diffs (17 lines): diff -r ed475afc2e54 -r ff3b5051b747 clients/src/mapiclient/mclient.1 --- a/clients/src/mapiclient/mclient.1 Thu Dec 09 11:41:48 2010 +0100 +++ b/clients/src/mapiclient/mclient.1 Fri Dec 10 10:16:17 2010 +0100 @@ -365,10 +365,10 @@ The object can be given with or without a schema, separated by a dot. The object name can contain the wildcard characters \fB*\fP and \fB_\fP that represent -zero or more, and exactly a single character respectively. An object +zero or more, and exactly one character respectively. An object name is converted to lowercase, unless the object name is quoted by -double quotes (\fB"\fP). Examples of this, are e.g. \fI*.mytable\fP or -\fItabletype*\fP. +double quotes (\fB"\fP). Examples of this, are e.g. \fI*.mytable\fP, +\fItabletype*\fP or \fI"myschema.FOO"\fP. .TP \fB\eA\fP Enable auto commit mode. _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
