Changeset: efcbf80ad9b0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=efcbf80ad9b0
Modified Files:
        clients/mapiclient/mclient.1
Branch: Mar2018
Log Message:

mclient manpage: warn about default --timer=clock invalidating csv, tab, xml 
output formats
(as long as the timing output stil goes to stdout rather than stderr;
 cf., feature request / bug 6536)


diffs (29 lines):

diff --git a/clients/mapiclient/mclient.1 b/clients/mapiclient/mclient.1
--- a/clients/mapiclient/mclient.1
+++ b/clients/mapiclient/mclient.1
@@ -159,6 +159,12 @@ The \fItimer\fP command controls the for
 The default mode is \fBclock\fP which reports on the wall-clock time in a 
human friendly way.
 The timer mode \fBnone\fP turns off timing reporting.
 The timer mode \fBperformance\fP shows the timing components in millisecond 
resolution.
+.br
+\fBNote\fP that Timermode \fBnone\fP (\fB--timer=none\fP) should be used with 
formatting options
+.B csv,
+.B tab,
+.B xml,
+in order to not have the output(-format) compromized/invalidated by the extra 
timing output.
 .TP
 \fB\-\-user\fP\fB=\fP\fIuser\fP (\fB\-u\fP \fIuser\fP)
 Specify the user to connect as.
@@ -197,6 +203,12 @@ In addition to plain \fBcsv\fP, two othe
 \fBcsv=\fP\fIc\fP uses \fIc\fP as column separator; \fBcsv+\fP\fIc\fP
 uses \fIc\fP as column separator and produces a single header line in
 addition to the data.
+.br
+\fBNote\fP that Timermode \fBnone\fP (\fB--timer=none\fP) should be used with 
formatting options
+.B csv,
+.B tab,
+.B xml,
+in order to not have the output(-format) compromized/invalidated by the extra 
timing output.
 .TP
 \fB\-\-echo\fP (\fB\-e\fP)
 Echo the query.
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to