diff options
Diffstat (limited to 'src/man/createuser.1')
-rw-r--r-- | src/man/createuser.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/man/createuser.1 b/src/man/createuser.1 index fde89d83548..db4e28f1de6 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.10 1998/07/24 16:36:56 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.11 1998/07/24 16:44:03 momjian Exp $ .TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME createuser - create a Postgres user @@ -117,8 +117,9 @@ or the backend server. Ensure that your Postgres site administrator has properly installed Postgres and initialized the site with .IR initdb . .SH NOTE -The command internally runs \fIpsql\fP connected to the \fItemplate1\fP -database to perform the operation. +The command internally runs \fIcreate user\fP from \fIpsql\fP +connected to the \fItemplate1\fP database to perform the operation. .SH BUGS -Postgres user-ids and user names should not have anything to do with the -constraints of Unix. +Postgres user-ids and user names should not have anything to do +with the constraints of Unix. + |