mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add mention of actual SQL command to create*/destroy* commands.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user