mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 09:52:14 -05:00
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
This commit is contained in:
parent
99bbff5c15
commit
2c31332267
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue