mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03: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">
|
<chapter id="libpq-chapter">
|
||||||
@ -134,15 +134,6 @@ PGconn *PQconnectdb(const char *conninfo)
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><literal>unixsocket</literal></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Directory for Unix-domain socket file.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>dbname</literal></term>
|
<term><literal>dbname</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -1835,20 +1826,12 @@ socket.
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<envar>PGPORT</envar> and <envar>PGUNIXSOCKET</envar> set the default
|
<envar>PGPORT</envar> sets the default port for communicating with
|
||||||
port or local Unix domain socket file extension for communicating with
|
|
||||||
the <productname>Postgres</productname> backend.
|
the <productname>Postgres</productname> backend.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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
|
<envar>PGDATABASE</envar> sets the default
|
||||||
<productname>Postgres</productname> database name.
|
<productname>Postgres</productname> database name.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user