@ -188,7 +188,7 @@ PGconn *PQconnectdbParams(const char **keywords, const char **values, int expand
the value for <literal>hostaddr</> gives the server network address.
the value for <literal>hostaddr</> gives the server network address.
The value for <literal>host</> is ignored unless the
The value for <literal>host</> is ignored unless the
authentication method requires it, in which case it will be
authentication method requires it, in which case it will be
used as the host name.
used as the host name.
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</itemizedlist>
@ -1610,10 +1610,12 @@ int PQsocket(const PGconn *conn);
<term><function>PQbackendPID</function><indexterm><primary>PQbackendPID</></></term>
<term><function>PQbackendPID</function><indexterm><primary>PQbackendPID</></></term>
<listitem>
<listitem>
<para>
<para>
Returns the process <acronym>ID</acronym>
Returns the process <acronym>ID</acronym> (PID)<indexterm>
(PID)<indexterm><primary>PID</><secondary>determining PID of
<primary>PID</>
server process</><tertiary>in libpq</></> of the backend
<secondary>determining PID of server process</>
process handling this connection.
<tertiary>in libpq</>
</indexterm>
of the backend process handling this connection.
<synopsis>
<synopsis>
int PQbackendPID(const PGconn *conn);
int PQbackendPID(const PGconn *conn);
@ -4201,7 +4203,7 @@ int PQcancel(PGcancel *cancel, char *errbuf, int errbufsize);
<listitem>
<listitem>
<para>
<para>
<function>PQrequestCancel</function> is a deprecated variant of
<function>PQrequestCancel</function> is a deprecated variant of
<function>PQcancel</function>.
<function>PQcancel</function>.
<synopsis>
<synopsis>
int PQrequestCancel(PGconn *conn);
int PQrequestCancel(PGconn *conn);
</synopsis>
</synopsis>
@ -5459,12 +5461,12 @@ int PQlibVersion(void);
<para>
<para>
The function <function>PQsetNoticeReceiver</function>
The function <function>PQsetNoticeReceiver</function>
<indexterm><primary>notice
<indexterm><primary>notice receiver</></>
receiver</></> <indexterm><primary>PQsetNoticeReceiver</></> sets or
<indexterm><primary>PQsetNoticeReceiver</></> sets or
examines the current notice receiver for a connection object.
examines the current notice receiver for a connection object.
Similarly, <function>PQsetNoticeProcessor</function>
Similarly, <function>PQsetNoticeProcessor</function>
<indexterm><primary>notice
<indexterm><primary>notice processor</></>
processor</></> <indexterm><primary>PQsetNoticeProcessor</></> sets or
<indexterm><primary>PQsetNoticeProcessor</></> sets or
examines the current notice processor.
examines the current notice processor.
<synopsis>
<synopsis>