File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 11<!--
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 $
33-->
44
55 <chapter id="libpq-chapter">
@@ -134,15 +134,6 @@ PGconn *PQconnectdb(const char *conninfo)
134134 </listitem>
135135 </varlistentry>
136136
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-
146137 <varlistentry>
147138 <term><literal>dbname</literal></term>
148139 <listitem>
@@ -1835,20 +1826,12 @@ socket.
18351826</listitem>
18361827<listitem>
18371828<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
18401830the <productname>Postgres</productname> backend.
18411831</para>
18421832</listitem>
18431833<listitem>
18441834<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>
18521835<envar>PGDATABASE</envar> sets the default
18531836<productname>Postgres</productname> database name.
18541837</para>
You can’t perform that action at this time.
0 commit comments