projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3105844
)
doc: adjust libpq wording to be neither/nor
author
Bruce Momjian
<
[email protected]
>
Thu, 11 Apr 2019 17:25:33 +0000
(13:25 -0400)
committer
Bruce Momjian
<
[email protected]
>
Thu, 11 Apr 2019 17:25:33 +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 bf108b727d1eb9959dc6d11db590c23bbdae21cb..223ade8aa2e91b3542ade1f098bbcdbf78b38e67 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-3578,7
+3578,7
@@
char *PQescapeLiteral(PGconn *conn, const char *str, size_t length);
</tip>
<para>
- 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 <function>PQexecParams</> or
its sibling routines.
</para>