|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.49 2000/11/28 06:53:32 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.50 2000/11/30 18:34:36 petere Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="libpq-chapter">
|
@@ -134,15 +134,6 @@ PGconn *PQconnectdb(const char *conninfo)
|
134 | 134 | </listitem>
|
135 | 135 | </varlistentry>
|
136 | 136 |
|
137 |
| - <varlistentry> |
138 |
| - <term><literal>unixsocket</literal></term> |
139 |
| - <listitem> |
140 |
| - <para> |
141 |
| - Directory for Unix-domain socket file. |
142 |
| - </para> |
143 |
| - </listitem> |
144 |
| - </varlistentry> |
145 |
| - |
146 | 137 | <varlistentry>
|
147 | 138 | <term><literal>dbname</literal></term>
|
148 | 139 | <listitem>
|
@@ -1835,20 +1826,12 @@ socket.
|
1835 | 1826 | </listitem>
|
1836 | 1827 | <listitem>
|
1837 | 1828 | <para>
|
1838 |
| -<envar>PGPORT</envar> and <envar>PGUNIXSOCKET</envar> set the default |
1839 |
| -port or local Unix domain socket file extension for communicating with |
| 1829 | +<envar>PGPORT</envar> sets the default port for communicating with |
1840 | 1830 | the <productname>Postgres</productname> backend.
|
1841 | 1831 | </para>
|
1842 | 1832 | </listitem>
|
1843 | 1833 | <listitem>
|
1844 | 1834 | <para>
|
1845 |
| -<envar>PGPORT</envar> sets the default port or local Unix domain socket |
1846 |
| -file extension for communicating with the <productname>Postgres</productname> |
1847 |
| -backend. |
1848 |
| -</para> |
1849 |
| -</listitem> |
1850 |
| -<listitem> |
1851 |
| -<para> |
1852 | 1835 | <envar>PGDATABASE</envar> sets the default
|
1853 | 1836 | <productname>Postgres</productname> database name.
|
1854 | 1837 | </para>
|
|