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 0f3475730ce245a73846e4ace5783046d93504b7..9ea7c562656b4dac9d5e764128dc85868aa9472a 100644 (file)
@@ -4052,7 +4052,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>