mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Sort out things after fe-connect.c cleanup after unix socket patch.
This commit is contained in:
parent
ef54e0d08e
commit
59a9735fc8
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.49 2000/11/28 06:53:32 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.50 2000/11/30 18:34:36 petere Exp $
|
||||
-->
|
||||
|
||||
<chapter id="libpq-chapter">
|
||||
@ -134,15 +134,6 @@ PGconn *PQconnectdb(const char *conninfo)
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>unixsocket</literal></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Directory for Unix-domain socket file.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>dbname</literal></term>
|
||||
<listitem>
|
||||
@ -1835,20 +1826,12 @@ socket.
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<envar>PGPORT</envar> and <envar>PGUNIXSOCKET</envar> set the default
|
||||
port or local Unix domain socket file extension for communicating with
|
||||
<envar>PGPORT</envar> sets the default port for communicating with
|
||||
the <productname>Postgres</productname> backend.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<envar>PGPORT</envar> sets the default port or local Unix domain socket
|
||||
file extension for communicating with the <productname>Postgres</productname>
|
||||
backend.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<envar>PGDATABASE</envar> sets the default
|
||||
<productname>Postgres</productname> database name.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user