Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59a9735

Browse files
committed
Sort out things after fe-connect.c cleanup after unix socket patch.
1 parentef54e0d commit59a9735

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
18401830
the <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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp