diff options
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 1831b6228a1..23c1d71a3b9 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 |