diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-04-11 13:25:34 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-04-11 13:25:34 -0400 |
commit | d4888a3f766a7c02a9330c658c76c60e1ab8cc3e (patch) | |
tree | bcacd7ed51e05f0deddb9d1727139d069484f77f | |
parent | f72d9a5e7dda5f89336a60e8b720ef9964a67177 (diff) | |
download | postgresql-d4888a3f766a7c02a9330c658c76c60e1ab8cc3e.tar.gz postgresql-d4888a3f766a7c02a9330c658c76c60e1ab8cc3e.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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index fe833aa6260..7f01fcc1486 100644 --- a/doc/src/sgml/libpq.sgml +++ b/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> |