doc: adjust libpq wording to be neither/nor

Reported-by: postgresql@cohi.at

Discussion: https://postgr.es/m/155419437926.737.10876947446993402227@wrigleys.postgresql.org

Backpatch-through: 9.4
pull/41/head
Bruce Momjian 7 years ago
parent f72d9a5e7d
commit d4888a3f76
  1. 2
      doc/src/sgml/libpq.sgml

@ -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>

Loading…
Cancel
Save