@@ -3049,7 +3049,7 @@ PGresult *PQdescribePrepared(PGconn *conn, const char *stmtName);
30493049 <structname>PGresult</structname> to obtain information about the parameters
30503050 of the prepared statement, and the functions
30513051 <xref linkend="libpq-PQnfields"/>, <xref linkend="libpq-PQfname"/>,
3052- <xref linkend="libpq-PQftype"/>, etc provide information about the
3052+ <xref linkend="libpq-PQftype"/>, etc. provide information about the
30533053 result columns (if any) of the statement.
30543054 </para>
30553055 </listitem>
@@ -3081,7 +3081,7 @@ PGresult *PQdescribePortal(PGconn *conn, const char *portalName);
30813081 portal. On success, a <structname>PGresult</structname> with status
30823082 <literal>PGRES_COMMAND_OK</literal> is returned. The functions
30833083 <xref linkend="libpq-PQnfields"/>, <xref linkend="libpq-PQfname"/>,
3084- <xref linkend="libpq-PQftype"/>, etc can be applied to the
3084+ <xref linkend="libpq-PQftype"/>, etc. can be applied to the
30853085 <structname>PGresult</structname> to obtain information about the result
30863086 columns (if any) of the portal.
30873087 </para>
@@ -5544,7 +5544,7 @@ UPDATE mytable SET x = x + 1 WHERE id = 42;
55445544 more rows will arrive. (But note that it is still necessary to continue
55455545 calling <xref linkend="libpq-PQgetResult"/> until it returns null.) All of
55465546 these <structname>PGresult</structname> objects will contain the same row
5547- description data (column names, types, etc) that an ordinary
5547+ description data (column names, types, etc. ) that an ordinary
55485548 <structname>PGresult</structname> object for the query would have.
55495549 Each object should be freed with <xref linkend="libpq-PQclear"/> as usual.
55505550 </para>
@@ -6010,7 +6010,7 @@ typedef struct pgNotify
60106010 <listitem>
60116011 <para>
60126012 0 indicates the overall copy format is textual (rows separated by
6013- newlines, columns separated by separator characters, etc). 1
6013+ newlines, columns separated by separator characters, etc. ). 1
60146014 indicates the overall copy format is binary. See <xref
60156015 linkend="sql-copy"/> for more information.
60166016 </para>
0 commit comments