diff options
| author | Bruce Momjian | 1997-12-04 20:26:37 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-12-04 20:26:37 +0000 |
| commit | 7d2fafe636e5527b90688c9615f59cdcdfdff470 (patch) | |
| tree | 0e68236dc598bd6841f69c31cd4d7e4357000a11 /src/man/createdb.1 | |
| parent | 8a57e21c304a9f2cc719ea265efa3319828adbd8 (diff) | |
Update description for PGHOST and unix domain sockets. Add warning for failed connections.
Diffstat (limited to 'src/man/createdb.1')
| -rw-r--r-- | src/man/createdb.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/man/createdb.1 b/src/man/createdb.1 index 1831b6228a..23c1d71a3b 100644 --- a/src/man/createdb.1 +++ b/src/man/createdb.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.4 1997/11/07 06:33:57 thomas Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.5 1997/12/04 20:26:18 momjian Exp $ .TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME createdb \(em create a database @@ -68,13 +68,11 @@ Specifies the alternate database location for this database. .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 the using local Unix domain sockets. .TP .BR "-p" " port" -Specifies the Internet TCP port on which the +Specifies the Internet 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 |
