projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
910cab8
)
doc: Small wording improvement
author
Peter Eisentraut
Fri, 18 Nov 2022 11:46:07 +0000
(12:46 +0100)
committer
Peter Eisentraut
Fri, 18 Nov 2022 11:46:07 +0000
(12:46 +0100)
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 3c9bd3d6730716c26efa25b3eb7c5f349d3b2443..f9558dec3b62ea967c75ab25fd9a8400ff5603cc 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-4033,7
+4033,7
@@
int PQnparams(const PGresult *res);
This function is only useful when inspecting the result of
-
. For other types of
querie
s it
+
. For other types of
result
s it
will return zero.
@@
-4053,7
+4053,7
@@
Oid PQparamtype(const PGresult *res, int param_number);
This function is only useful when inspecting the result of
-
. For other types of
querie
s it
+
. For other types of
result
s it
will return zero.