Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ab472547
Commit
ab472547
authored
Nov 13, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of hostname leading slash handling to all manual pages that use -h.
parent
ebd61ac0
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
38 additions
and
32 deletions
+38
-32
doc/src/sgml/ref/createdb.sgml
doc/src/sgml/ref/createdb.sgml
+3
-2
doc/src/sgml/ref/createlang.sgml
doc/src/sgml/ref/createlang.sgml
+3
-2
doc/src/sgml/ref/createuser.sgml
doc/src/sgml/ref/createuser.sgml
+3
-2
doc/src/sgml/ref/dropdb.sgml
doc/src/sgml/ref/dropdb.sgml
+3
-2
doc/src/sgml/ref/droplang.sgml
doc/src/sgml/ref/droplang.sgml
+3
-2
doc/src/sgml/ref/dropuser.sgml
doc/src/sgml/ref/dropuser.sgml
+3
-2
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dump.sgml
+3
-3
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_dumpall.sgml
+3
-3
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/ref/pg_restore.sgml
+2
-2
doc/src/sgml/ref/postmaster.sgml
doc/src/sgml/ref/postmaster.sgml
+6
-7
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+3
-3
doc/src/sgml/ref/vacuumdb.sgml
doc/src/sgml/ref/vacuumdb.sgml
+3
-2
No files found.
doc/src/sgml/ref/createdb.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.1
3 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.1
4 2000/11/13 23:57:19
momjian Exp $
Postgres documentation
-->
...
...
@@ -40,7 +40,8 @@ Postgres documentation
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
is running. If host begins with a slash, it is used
as the path to a unix domain socket.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/createlang.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.1
2 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.1
3 2000/11/13 23:57:19
momjian Exp $
Postgres documentation
-->
...
...
@@ -85,7 +85,8 @@ Postgres documentation
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
is running. If host begins with a slash, it is used
as the path to a unix domain socket.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/createuser.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.1
2 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.1
3 2000/11/13 23:57:19
momjian Exp $
Postgres documentation
-->
...
...
@@ -39,7 +39,8 @@ Postgres documentation
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
is running. If host begins with a slash, it is used
as the path to a unix domain socket.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/dropdb.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.
6 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.
7 2000/11/13 23:57:19
momjian Exp $
Postgres documentation
-->
...
...
@@ -39,7 +39,8 @@ Postgres documentation
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
is running. If host begins with a slash, it is used
as the path to a unix domain socket.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/droplang.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.
6 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.
7 2000/11/13 23:57:19
momjian Exp $
Postgres documentation
-->
...
...
@@ -85,7 +85,8 @@ Postgres documentation
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
is running. If host begins with a slash, it is used
as the path to a unix domain socket.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/dropuser.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.
7 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.
8 2000/11/13 23:57:20
momjian Exp $
Postgres documentation
-->
...
...
@@ -39,7 +39,8 @@ Postgres documentation
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
is running. If host begins with a slash, it is used
as the path to a unix domain socket.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/pg_dump.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.2
2 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.2
3 2000/11/13 23:57:20
momjian Exp $
Postgres documentation
-->
...
...
@@ -199,8 +199,8 @@ pg_dump [ -h <replaceable class="parameter">host</replaceable> ]
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
Defaults to using a local Unix domain socket
rather than an IP connection
.
is running.
If host begins with a slash, it is used
as the path to a unix domain socket
.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/pg_dumpall.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.1
3 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.1
4 2000/11/13 23:57:20
momjian Exp $
Postgres documentation
-->
...
...
@@ -143,8 +143,8 @@ pg_dumpall [ -h <replaceable class="parameter">host</replaceable> ] [ -p <replac
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
Defaults to using a local Unix domain socket
rather than an IP connection.
.
is running.
If host begins with a slash, it is used
as the path to a unix domain socket
.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/pg_restore.sgml
View file @
ab472547
...
...
@@ -307,8 +307,8 @@ pg_restore [ <replaceable class="parameter">archive-file</replaceable> ]
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
Defaults to using a local Unix domain socket
rather than an IP connection
.
is running.
If host begins with a slash, it is used
as the path to a unix domain socket
.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/postmaster.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.1
3 2000/11/13 15:18:08
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.1
4 2000/11/13 23:57:20
momjian Exp $
Postgres documentation
-->
...
...
@@ -132,23 +132,22 @@ postmaster [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -D <re
Specifies the TCP/IP hostname or address
on which the <application>postmaster</application>
is to listen for connections from frontend applications. Defaults to
the value of the
<envar>PGHOST</envar>
the value of the <envar>PGHOST</envar>
environment variable, or if <envar>PGHOST</envar>
is not set,
then defaults to "all", meaning listen
on all configured addresses
is not set,
it defaults to listening
on all configured addresses
(including localhost).
</para>
<para>
If you use a hostname
or address other than "all",
do not try to run
If you use a hostname do not try to run
multiple instances of <application>postmaster</application> on the
same IP address but different ports. Doing so will result in them
attempting (incorrectly) to use the same shared memory segments.
Also, if you use a hostname
other than "all"
, all of the host's IP addresses
Also, if you use a hostname, all of the host's IP addresses
on which <application>postmaster</application> instances are
listening must be distinct in the two last octets.
</para>
<para>
If you do
use "all" (the default), then
each instance must listen on a
If you do
n't use this option,
each instance must listen on a
different port (via -p or <envar>PGPORT</envar>). And, of course, do
not try to use both approaches on one host.
</para>
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.4
2 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.4
3 2000/11/13 23:57:20
momjian Exp $
Postgres documentation
-->
...
...
@@ -1322,8 +1322,8 @@ Access permissions for database "test"
<para>
Specifies the host name of the machine on which the
<application>postmaster</application> is running.
Without this option, communication is performed using
local Unix domain sockets
.
If host begins with a slash, it is used
as the path to a unix domain socket
.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/vacuumdb.sgml
View file @
ab472547
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.1
2 2000/11/13 23:37:51
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.1
3 2000/11/13 23:57:20
momjian Exp $
Postgres documentation
-->
...
...
@@ -119,7 +119,8 @@ Postgres documentation
<para>
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running.
is running. If host begins with a slash, it is used
as the path to a unix domain socket.
</para>
</listitem>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment