aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-11-18 12:46:07 +0100
committerPeter Eisentraut <peter@eisentraut.org>2022-11-18 12:46:07 +0100
commit28d233c8e6e599dc4377dda75d97fce55a26fbc3 (patch)
tree72bb0fd5d0955aafe3e1bb80e7653e5805a70043
parent910cab820d0f1255f5be531986e08832b2fa897c (diff)
downloadpostgresql-28d233c8e6e599dc4377dda75d97fce55a26fbc3.tar.gz
postgresql-28d233c8e6e599dc4377dda75d97fce55a26fbc3.zip
doc: Small wording improvement
-rw-r--r--doc/src/sgml/libpq.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 3c9bd3d6730..f9558dec3b6 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -4033,7 +4033,7 @@ int PQnparams(const PGresult *res);
<para>
This function is only useful when inspecting the result of
- <xref linkend="libpq-PQdescribePrepared"/>. For other types of queries it
+ <xref linkend="libpq-PQdescribePrepared"/>. For other types of results it
will return zero.
</para>
</listitem>
@@ -4053,7 +4053,7 @@ Oid PQparamtype(const PGresult *res, int param_number);
<para>
This function is only useful when inspecting the result of
- <xref linkend="libpq-PQdescribePrepared"/>. For other types of queries it
+ <xref linkend="libpq-PQdescribePrepared"/>. For other types of results it
will return zero.
</para>
</listitem>