summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2019-04-11 13:25:33 -0400
committerBruce Momjian <bruce@momjian.us>2019-04-11 13:25:33 -0400
commitf4daf89582196596b947b9be96394a1f63a986dc (patch)
tree5db72f84dfd473bd09261a4f96656f29920a1f98
parent3105844e2d9561913387db5c9e00b5161843a6a2 (diff)
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
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index bf108b727d1..223ade8aa2e 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -3578,7 +3578,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</> or
its sibling routines.
</para>