diff options
| author | Bruce Momjian | 2019-04-11 17:25:34 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2019-04-11 17:25:34 +0000 |
| commit | d3cf886e314aa6f64a336dc447c68be33d63df34 (patch) | |
| tree | 946c0501f16c027bf99b0bfad6de7c08bc15c30b | |
| parent | b9b7fe8ca452e95f0723e59c1b4b74723e07bc33 (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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0305ab0f0bf..a67cfbf1cc1 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -3706,7 +3706,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> |
