projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
930930c
)
doc: adjust libpq wording to be neither/nor
author
Bruce Momjian
<bruce@momjian.us>
Thu, 11 Apr 2019 17:25:34 +0000
(13:25 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 11 Apr 2019 17:25:34 +0000
(13:25 -0400)
Reported-by: postgresql@cohi.at
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 0f3475730ce245a73846e4ace5783046d93504b7..9ea7c562656b4dac9d5e764128dc85868aa9472a 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-4052,7
+4052,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</function> or
its sibling routines.
</para>