doc: adjust libpq wording to be neither/nor
authorBruce Momjian <bruce@momjian.us>
Thu, 11 Apr 2019 17:25:34 +0000 (13:25 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 11 Apr 2019 17:25:34 +0000 (13:25 -0400)
Reported-by: postgresql@cohi.at
Discussion: https://postgr.es/m/155419437926.737.10876947446993402227@wrigleys.postgresql.org

Backpatch-through: 9.4

doc/src/sgml/libpq.sgml

index fe833aa62604d12c64a36143783b89ae4e55bc15..7f01fcc14862809869033f27aea361a7eb3049e8 100644 (file)
@@ -4153,7 +4153,7 @@ char *PQescapeLiteral(PGconn *conn, const char *str, size_t length);
      </tip>
 
      <para>
-      Note that it is not necessary nor correct to do escaping when a data
+      Note that it is neither necessary nor correct to do escaping when a data
       value is passed as a separate parameter in <function>PQexecParams</function> or
       its sibling routines.
      </para>