Commit e6c36081 authored by Bruce Momjian's avatar Bruce Momjian

More SGML alignment cleanups.

parent 87ee7857
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.241 2007/09/01 22:08:41 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.242 2007/09/01 23:06:29 momjian Exp $ -->
<chapter id="libpq"> <chapter id="libpq">
<title><application>libpq</application> - C Library</title> <title><application>libpq</application> - C Library</title>
...@@ -129,6 +129,7 @@ ...@@ -129,6 +129,7 @@
TCP/IP communication is TCP/IP communication is
always used when a nonempty string is specified for this parameter. always used when a nonempty string is specified for this parameter.
</para> </para>
<para> <para>
Using <literal>hostaddr</> instead of <literal>host</> allows the Using <literal>hostaddr</> instead of <literal>host</> allows the
application to avoid a host name look-up, which might be important in application to avoid a host name look-up, which might be important in
...@@ -149,6 +150,7 @@ ...@@ -149,6 +150,7 @@
the connection in <filename>~/.pgpass</> (see the connection in <filename>~/.pgpass</> (see
<xref linkend="libpq-pgpass">). <xref linkend="libpq-pgpass">).
</para> </para>
<para> <para>
Without either a host name or host address, Without either a host name or host address,
<application>libpq</application> will connect using a <application>libpq</application> will connect using a
...@@ -2530,7 +2532,8 @@ PQfnumber(res, "\"BAR\"") <lineannotation>1</lineannotation> ...@@ -2530,7 +2532,8 @@ PQfnumber(res, "\"BAR\"") <lineannotation>1</lineannotation>
<function>PQparamtype</function> <function>PQparamtype</function>
<indexterm> <indexterm>
<primary>PQparamtype</primary> <primary>PQparamtype</primary>
</indexterm></term> </indexterm>
</term>
<listitem> <listitem>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment