You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by DaveBirdsall <gi...@git.apache.org> on 2017/10/03 21:58:54 UTC

[GitHub] incubator-trafodion pull request #1243: [TRAFODION-2744] Correct the Descrip...

Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/1243#discussion_r142534940
  
    --- Diff: docs/odb_user/src/asciidoc/_chapters/load.adoc ---
    @@ -117,7 +117,7 @@ If you add a `+` sign in front of the file-name, odb  *appends* to `<file>`inste
      +
     - one thread to read from the input file and +
     - as many threads as the parallel argument to write via ODBC. This option is database independent.
    -| `errmax=num` | odb prints up to num error messages per rowset. Normally used with soe to limit the number of error messages printed to the standard error
    +| `errmax=num` | odb prints up to num error messages per rowset. Normally used with soe to limit the number of error messages printed to the standard error.
    --- End diff --
    
    Perhaps "... standard error stream."


---