mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
doc: Small wording improvement
This commit is contained in:
@ -4033,7 +4033,7 @@ int PQnparams(const PGresult *res);
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
This function is only useful when inspecting the result of
|
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.
|
will return zero.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -4053,7 +4053,7 @@ Oid PQparamtype(const PGresult *res, int param_number);
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
This function is only useful when inspecting the result of
|
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.
|
will return zero.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user