]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add mention of hostname leading slash handling to all manual pages that use -h.
authorBruce Momjian <bruce@momjian.us>
Mon, 13 Nov 2000 23:57:20 +0000 (23:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 13 Nov 2000 23:57:20 +0000 (23:57 +0000)
12 files changed:
doc/src/sgml/ref/createdb.sgml
doc/src/sgml/ref/createlang.sgml
doc/src/sgml/ref/createuser.sgml
doc/src/sgml/ref/dropdb.sgml
doc/src/sgml/ref/droplang.sgml
doc/src/sgml/ref/dropuser.sgml
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/ref/postmaster.sgml
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/vacuumdb.sgml

index 5bcb543938645e8b9c8cf9aeab7119688e3570b2..eb5292cdc41db48f61142124522eec9b78323a8b 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.13 2000/11/13 23:37:51 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.14 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>
index 87d27442e96472db876ea9927ebcf22a0b6e016d..3e8242481f6cbd91be7a270df726d1a5ebebad24 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.12 2000/11/13 23:37:51 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.13 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>
index 9c7a3a262449396bb553f24a46ecf7c29eab8a56..2a735900a54dc7722af729d29331411aa138d587 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.12 2000/11/13 23:37:51 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.13 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>
index 1eb4c4f46fa8e9a1a1ee3548751565852f3c493c..ab57c8c883bb7f4e56d34e9baa1354cba4f8edf4 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$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>
index 2346a0d32d550c0e365434691e396999e596ff24..531d9859f700c2ecc20a614c4ab95db7aa88a70e 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$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>
index 7f8f7899e591c6e0c7755a04641898beaeb7796d..7b2a2ee9d4f81c83ded5134157d3c7dbd3465aed 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$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>
index 4406ea94f094275b38c574d6dd105d02562df865..1e5c70006da099b74822601aa2e76caa6e64b4d2 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.22 2000/11/13 23:37:51 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.23 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>
index f6999059d1f60c638c8d1fa42a6ff5d245d29193..a75a0c5e1c4b1c8a3a991c52b1cb7f422da7f78e 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.13 2000/11/13 23:37:51 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.14 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>
index dd5f4a1bca7c2c9ec24f93fdbd4b3e577c9c09c0..1af53a473842942dfa208289664bdbaf0cabe684 100644 (file)
@@ -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>
index e8e34c739ff011af29272886d0b9bb7c42b61616..38f3f8e2107815297b0b7619cde2c2f9159631e0 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.13 2000/11/13 15:18:08 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.14 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 don'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>
index 1780fcfcc8be2b5f2164f7bc1265fcfe06ff1073..69075391d6aaf86bc77b51cc687bfcc2471832d2 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.42 2000/11/13 23:37:51 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.43 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>
index 28151190a731c59e86612ab3c4e7ce0138c82322..69e9888f56fbcdb1db22c75c2b3019af230c87c7 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.12 2000/11/13 23:37:51 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.13 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>