diff options
-rw-r--r-- | doc/src/sgml/libpq.sgml | 4 |
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> |