aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2019-04-11 13:25:34 -0400
committerBruce Momjian <bruce@momjian.us>2019-04-11 13:25:34 -0400
commit2c31332267ea3d924e201054b20b080278c08305 (patch)
tree4fd191bfef1c9fa59aceddeb1077dd18edd0e3a2
parent99bbff5c15797de3d958f303e80646d30e0c8fa4 (diff)
downloadpostgresql-2c31332267ea3d924e201054b20b080278c08305.tar.gz
postgresql-2c31332267ea3d924e201054b20b080278c08305.zip
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 ad2e3a4466d..badf3b98e9a 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -3983,7 +3983,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>