@@ -3049,7 +3049,7 @@ PGresult *PQdescribePrepared(PGconn *conn, const char *stmtName);
3049
3049
<structname>PGresult</structname> to obtain information about the parameters
3050
3050
of the prepared statement, and the functions
3051
3051
<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
3053
3053
result columns (if any) of the statement.
3054
3054
</para>
3055
3055
</listitem>
@@ -3081,7 +3081,7 @@ PGresult *PQdescribePortal(PGconn *conn, const char *portalName);
3081
3081
portal. On success, a <structname>PGresult</structname> with status
3082
3082
<literal>PGRES_COMMAND_OK</literal> is returned. The functions
3083
3083
<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
3085
3085
<structname>PGresult</structname> to obtain information about the result
3086
3086
columns (if any) of the portal.
3087
3087
</para>
@@ -5544,7 +5544,7 @@ UPDATE mytable SET x = x + 1 WHERE id = 42;
5544
5544
more rows will arrive. (But note that it is still necessary to continue
5545
5545
calling <xref linkend="libpq-PQgetResult"/> until it returns null.) All of
5546
5546
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
5548
5548
<structname>PGresult</structname> object for the query would have.
5549
5549
Each object should be freed with <xref linkend="libpq-PQclear"/> as usual.
5550
5550
</para>
@@ -6010,7 +6010,7 @@ typedef struct pgNotify
6010
6010
<listitem>
6011
6011
<para>
6012
6012
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
6014
6014
indicates the overall copy format is binary. See <xref
6015
6015
linkend="sql-copy"/> for more information.
6016
6016
</para>
0 commit comments