diff options
Diffstat (limited to 'src/man/destroyuser.1')
| -rw-r--r-- | src/man/destroyuser.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/man/destroyuser.1 b/src/man/destroyuser.1 index 71fbaadd91..0b458f13c6 100644 --- a/src/man/destroyuser.1 +++ b/src/man/destroyuser.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.3 1997/08/26 17:29:59 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.4 1997/12/04 20:26:26 momjian Exp $ .TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME destroyuser \(em destroy a Postgres user and associated databases @@ -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 |
