From ebd61ac03ff50ab69cdb8fc6330f5dca4551ce92 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 13 Nov 2000 23:37:54 +0000 Subject: Remove -k unix socketpath option from client side, allow hostname with leading slash to behave as a unix socket path. --- doc/src/sgml/libpq.sgml | 8 ++++---- doc/src/sgml/ref/createdb.sgml | 14 +------------- doc/src/sgml/ref/createlang.sgml | 14 +------------- doc/src/sgml/ref/createuser.sgml | 14 +------------- doc/src/sgml/ref/dropdb.sgml | 14 +------------- doc/src/sgml/ref/droplang.sgml | 14 +------------- doc/src/sgml/ref/dropuser.sgml | 14 +------------- doc/src/sgml/ref/pg_dump.sgml | 18 +----------------- doc/src/sgml/ref/pg_dumpall.sgml | 19 ++----------------- doc/src/sgml/ref/psql-ref.sgml | 15 +-------------- doc/src/sgml/ref/vacuumdb.sgml | 14 +------------- 11 files changed, 15 insertions(+), 143 deletions(-) (limited to 'doc/src') 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 @@ @@ -1844,9 +1844,9 @@ Without a host name, libpq will connect using a local Unix domain socket. -PGPORT sets the default port or local Unix domain socket -file extension for communicating with the Postgres -backend. +PGPORT and PGUNIXSOCKET set the default +port or local Unix domain socket file extension for communicating with +the Postgres backend. 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 @@ @@ -56,18 +56,6 @@ Postgres documentation - - -k, --unixsocket path - - - Specifies the Unix-domain socket on which the - postmaster is running. - Without this option, the socket is created in /tmp - based on the port number. - - - - -U, --username username 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 @@ @@ -101,18 +101,6 @@ Postgres documentation - - -k, --unixsocket path - - - Specifies the Unix-domain socket on which the - postmaster is running. - Without this option, the socket is created in /tmp - based on the port number. - - - - -U, --username username 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 @@ @@ -55,18 +55,6 @@ Postgres documentation - - -k, --unixsocket path - - - Specifies the Unix-domain socket on which the - postmaster is running. - Without this option, the socket is created in /tmp - based on the port number. - - - - -e, --echo 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 @@ @@ -55,18 +55,6 @@ Postgres documentation - - -k, --unixsocket path - - - Specifies the Unix-domain socket on which the - postmaster is running. - Without this option, the socket is created in /tmp - based on the port number. - - - - -U, --username username 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 @@ @@ -101,18 +101,6 @@ Postgres documentation - - -k, --unixsocket path - - - Specifies the Unix-domain socket on which the - postmaster is running. - Without this option, the socket is created in /tmp - based on the port number. - - - - -U, --username username 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 @@ @@ -55,18 +55,6 @@ Postgres documentation - - -k, --unixsocket path - - - Specifies the Unix-domain socket on which the - postmaster is running. - Without this option, the socket is created in /tmp - based on the port number. - - - - -e, --echo 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 @@ @@ -25,7 +25,6 @@ Postgres documentation pg_dump [ dbname ] pg_dump [ -h host ] - [ -k path ] [ -p port ] [ -t table ] [ -a ] [ -c ] [ -d ] [ -D ] [ -i ] [ -n ] [ -N ] @@ -206,21 +205,6 @@ pg_dump [ -h host ] - - -k path - - - Specifies the local Unix domain socket file path - on which the postmaster - is listening for connections. - Without this option, the socket path name defaults to - the value of the PGUNIXSOCKET environment - variable (if set), otherwise it is constructed - from the port number. - - - - -p port 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 @@ @@ -23,7 +23,7 @@ Postgres documentation 1999-07-20 -pg_dumpall [ -h host ] [ -k path ] [ -p port ] [ -a ] [ -d ] [ -D ] [ -O ] [ -s ] [ -u ] [ -v ] [ -x ] [ --accounts-only ] +pg_dumpall [ -h host ] [ -p port ] [ -a ] [ -d ] [ -D ] [ -O ] [ -s ] [ -u ] [ -v ] [ -x ] [ --accounts-only ] @@ -149,21 +149,6 @@ pg_dumpall [ -h host ] [ -k - - -k path - - - Specifies the local Unix domain socket file path - on which the postmaster - is listening for connections. - Without this option, the socket path name defaults to - the value of the PGUNIXSOCKET environment - variable (if set), otherwise it is constructed - from the port number. - - - - -p port 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 @@ @@ -1329,19 +1329,6 @@ Access permissions for database "test" - - -k, --unixsocket path - - - Specifies the Unix-domain socket on which the - postmaster is running. - Without this option, the socket is created in /tmp - based on the port number. - - - - - -H, --html 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 @@ @@ -136,18 +136,6 @@ Postgres documentation - - -k, --unixsocket path - - - Specifies the Unix-domain socket on which the - postmaster is running. - Without this option, the socket is created in /tmp - based on the port number. - - - - -U username --username username -- cgit v1.2.3