From c4dfe5718f661b18c68485e1faecf1b0b10dbaca Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 11 Apr 2019 13:25:34 -0400 Subject: [PATCH] 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 --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 05f58ca83b0..b3beb575cee 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -3768,7 +3768,7 @@ char *PQescapeLiteral(PGconn *conn, const char *str, size_t length); - 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 PQexecParams or its sibling routines.