Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1997-12-04 20:26:37 +0000
committerBruce Momjian1997-12-04 20:26:37 +0000
commit7d2fafe636e5527b90688c9615f59cdcdfdff470 (patch)
tree0e68236dc598bd6841f69c31cd4d7e4357000a11 /src/man/createuser.1
parent8a57e21c304a9f2cc719ea265efa3319828adbd8 (diff)
Update description for PGHOST and unix domain sockets. Add warning for failed connections.
Diffstat (limited to 'src/man/createuser.1')
-rw-r--r--src/man/createuser.110
1 files changed, 4 insertions, 6 deletions
diff --git a/src/man/createuser.1 b/src/man/createuser.1
index 31a26578eaf..fdd29fb5277 100644
--- a/src/man/createuser.1
+++ b/src/man/createuser.1
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.3 1997/08/26 17:29:55 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.4 1997/12/04 20:26:20 momjian Exp $
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
createuser \(em create a Postgres user
@@ -60,13 +60,11 @@ process. The default is site-specific.
.BR "-h" " host"
Specifies the hostname of the machine on which the
.IR postmaster
-is running. Defaults to the name of the local host, or the value of
-the
-.SM PGHOST
-environment variable (if set).
+is running. Defaults to using local Unix domain sockets.
.TP
.BR "-p" " port"
-Specifies the Internet TCP port on which the
+Specifies the TCP/IP port or local Unix domain socket file
+extension on which the
.IR postmaster
is listening for connections. Defaults to 5432, or the value of the
.SM PGPORT