diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 8 | ||||
-rw-r--r-- | doc/src/sgml/ref/createdb.sgml | 14 | ||||
-rw-r--r-- | doc/src/sgml/ref/createlang.sgml | 14 | ||||
-rw-r--r-- | doc/src/sgml/ref/createuser.sgml | 14 | ||||
-rw-r--r-- | doc/src/sgml/ref/dropdb.sgml | 14 | ||||
-rw-r--r-- | doc/src/sgml/ref/droplang.sgml | 14 | ||||
-rw-r--r-- | doc/src/sgml/ref/dropuser.sgml | 14 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 18 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 19 | ||||
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 15 | ||||
-rw-r--r-- | doc/src/sgml/ref/vacuumdb.sgml | 14 |
11 files changed, 15 insertions, 143 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index d9b96b86200..c742df415d0 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.45 2000/11/13 15:18:07 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.46 2000/11/13 23:37:51 momjian Exp $ --> <chapter id="libpq-chapter"> @@ -1844,9 +1844,9 @@ Without a host name, libpq will connect using a local Unix domain socket. </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. +<envar>PGPORT</envar> and <envar>PGUNIXSOCKET</envar> set the default +port or local Unix domain socket file extension for communicating with +the <productname>Postgres</productname> backend. </para> </listitem> <listitem> diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml index d5199e307aa..5bcb5439386 100644 --- a/doc/src/sgml/ref/createdb.sgml +++ b/doc/src/sgml/ref/createdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.12 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.13 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -56,18 +56,6 @@ Postgres documentation </listitem> </varlistentry> - <varlistentry> - <term>-k, --unixsocket <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the Unix-domain socket on which the - <application>postmaster</application> is running. - Without this option, the socket is created in <filename>/tmp</filename> - based on the port number. - </para> - </listitem> - </varlistentry> - <varlistentry> <term>-U, --username <replaceable class="parameter">username</replaceable></term> <listitem> diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index 0258646ad7a..87d27442e96 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.11 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.12 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -101,18 +101,6 @@ Postgres documentation </listitem> </varlistentry> - <varlistentry> - <term>-k, --unixsocket <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the Unix-domain socket on which the - <application>postmaster</application> is running. - Without this option, the socket is created in <filename>/tmp</filename> - based on the port number. - </para> - </listitem> - </varlistentry> - <varlistentry> <term>-U, --username <replaceable class="parameter">username</replaceable></term> <listitem> diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 9845fcba1e5..9c7a3a26244 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.11 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.12 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -55,18 +55,6 @@ Postgres documentation </listitem> </varlistentry> - <varlistentry> - <term>-k, --unixsocket <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the Unix-domain socket on which the - <application>postmaster</application> is running. - Without this option, the socket is created in <filename>/tmp</filename> - based on the port number. - </para> - </listitem> - </varlistentry> - <varlistentry> <term>-e, --echo</term> <listitem> diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml index c265c016e96..1eb4c4f46fa 100644 --- a/doc/src/sgml/ref/dropdb.sgml +++ b/doc/src/sgml/ref/dropdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.5 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.6 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -55,18 +55,6 @@ Postgres documentation </listitem> </varlistentry> - <varlistentry> - <term>-k, --unixsocket <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the Unix-domain socket on which the - <application>postmaster</application> is running. - Without this option, the socket is created in <filename>/tmp</filename> - based on the port number. - </para> - </listitem> - </varlistentry> - <varlistentry> <term>-U, --username <replaceable class="parameter">username</replaceable></term> <listitem> diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml index 5d75a89fdef..2346a0d32d5 100644 --- a/doc/src/sgml/ref/droplang.sgml +++ b/doc/src/sgml/ref/droplang.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.5 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.6 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -101,18 +101,6 @@ Postgres documentation </listitem> </varlistentry> - <varlistentry> - <term>-k, --unixsocket <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the Unix-domain socket on which the - <application>postmaster</application> is running. - Without this option, the socket is created in <filename>/tmp</filename> - based on the port number. - </para> - </listitem> - </varlistentry> - <varlistentry> <term>-U, --username <replaceable class="parameter">username</replaceable></term> <listitem> diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml index a2b1e537e51..7f8f7899e59 100644 --- a/doc/src/sgml/ref/dropuser.sgml +++ b/doc/src/sgml/ref/dropuser.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.6 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.7 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -55,18 +55,6 @@ Postgres documentation </listitem> </varlistentry> - <varlistentry> - <term>-k, --unixsocket <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the Unix-domain socket on which the - <application>postmaster</application> is running. - Without this option, the socket is created in <filename>/tmp</filename> - based on the port number. - </para> - </listitem> - </varlistentry> - <varlistentry> <term>-e, --echo</term> <listitem> diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index b0ad3e49cfe..4406ea94f09 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.21 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.22 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -25,7 +25,6 @@ Postgres documentation <synopsis> pg_dump [ <replaceable class="parameter">dbname</replaceable> ] pg_dump [ -h <replaceable class="parameter">host</replaceable> ] - [ -k <replaceable class="parameter">path</replaceable> ] [ -p <replaceable class="parameter">port</replaceable> ] [ -t <replaceable class="parameter">table</replaceable> ] [ -a ] [ -c ] [ -d ] [ -D ] [ -i ] [ -n ] [ -N ] @@ -207,21 +206,6 @@ pg_dump [ -h <replaceable class="parameter">host</replaceable> ] </varlistentry> <varlistentry> - <term>-k <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the local Unix domain socket file path - on which the <application>postmaster</application> - is listening for connections. - Without this option, the socket path name defaults to - the value of the <envar>PGUNIXSOCKET</envar> environment - variable (if set), otherwise it is constructed - from the port number. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term>-p <replaceable class="parameter">port</replaceable></term> <listitem> <para> diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 1d78b9008c0..f6999059d1f 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.12 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.13 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -23,7 +23,7 @@ Postgres documentation <date>1999-07-20</date> </refsynopsisdivinfo> <synopsis> -pg_dumpall [ -h <replaceable class="parameter">host</replaceable> ] [ -k <replaceable class="parameter">path</replaceable> ] [ -p <replaceable class="parameter">port</replaceable> ] [ -a ] [ -d ] [ -D ] [ -O ] [ -s ] [ -u ] [ -v ] [ -x ] [ --accounts-only ] +pg_dumpall [ -h <replaceable class="parameter">host</replaceable> ] [ -p <replaceable class="parameter">port</replaceable> ] [ -a ] [ -d ] [ -D ] [ -O ] [ -s ] [ -u ] [ -v ] [ -x ] [ --accounts-only ] </synopsis> <refsect2 id="R2-APP-PG-DUMPALL-1"> @@ -150,21 +150,6 @@ pg_dumpall [ -h <replaceable class="parameter">host</replaceable> ] [ -k <replac </varlistentry> <varlistentry> - <term>-k <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the local Unix domain socket file path - on which the <application>postmaster</application> - is listening for connections. - Without this option, the socket path name defaults to - the value of the <envar>PGUNIXSOCKET</envar> environment - variable (if set), otherwise it is constructed - from the port number. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term>-p <replaceable class="parameter">port</replaceable></term> <listitem> <para> diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index ca8d14f6de8..1780fcfcc8b 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.41 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.42 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -1330,19 +1330,6 @@ Access permissions for database "test" <varlistentry> - <term>-k, --unixsocket <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the Unix-domain socket on which the - <application>postmaster</application> is running. - Without this option, the socket is created in <filename>/tmp</filename> - based on the port number. - </para> - </listitem> - </varlistentry> - - - <varlistentry> <term>-H, --html</term> <listitem> <para> diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 7a701f216d5..28151190a73 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.11 2000/11/13 15:18:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.12 2000/11/13 23:37:51 momjian Exp $ Postgres documentation --> @@ -136,18 +136,6 @@ Postgres documentation </listitem> </varlistentry> - <varlistentry> - <term>-k, --unixsocket <replaceable class="parameter">path</replaceable></term> - <listitem> - <para> - Specifies the Unix-domain socket on which the - <application>postmaster</application> is running. - Without this option, the socket is created in <filename>/tmp</filename> - based on the port number. - </para> - </listitem> - </varlistentry> - <varlistentry> <term>-U <replaceable class="parameter">username</replaceable></term> <term>--username <replaceable class="parameter">username</replaceable></term> |