projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99bbff5
)
doc: adjust libpq wording to be neither/nor
author
Bruce Momjian
Thu, 11 Apr 2019 17:25:34 +0000
(13:25 -0400)
committer
Bruce Momjian
Thu, 11 Apr 2019 17:25:34 +0000
(13:25 -0400)
Reported-by:
[email protected]
Discussion: https://postgr.es/m/
155419437926
.737.
10876947446993402227
@wrigleys.postgresql.org
Backpatch-through: 9.4
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index ad2e3a4466d5365a1391a15f57be705ac7661103..badf3b98e9ac08ed8ae4eec8990e9d97021f6e93 100644
(file)
--- 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);
- Note that it is n
ot
necessary nor correct to do escaping when a data
+ Note that it is n
either
necessary nor correct to do escaping when a data
value is passed as a separate parameter in
PQexecParams> or
its sibling routines.