summaryrefslogtreecommitdiff
path: root/src/man/destroyuser.1
diff options
context:
space:
mode:
authorBruce Momjian1998-07-24 16:44:04 +0000
committerBruce Momjian1998-07-24 16:44:04 +0000
commit8e2647a1452449efe0c5fc531e6fa66dc6f2efe4 (patch)
tree7e5b4a0a897bc218518dbd91dbbc6d8cad788038 /src/man/destroyuser.1
parent22616fdc5d795e289db5b031cf1a653e6075401c (diff)
Add mention of actual SQL command to create*/destroy* commands.
Diffstat (limited to 'src/man/destroyuser.1')
-rw-r--r--src/man/destroyuser.16
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/destroyuser.1 b/src/man/destroyuser.1
index e7fe2f7186..364f568da8 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.10 1998/07/24 16:36:56 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.11 1998/07/24 16:44:04 momjian Exp $
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
destroyuser - destroy a Postgres user and associated databases
@@ -117,6 +117,6 @@ or the backend server. Contact your Postgres site administrator to
ensure that the files and database entries associated with the user
and his/her associated databases are completely removed.
.SH NOTE
-The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
-database to perform the operation.
+The command internally runs \fIdrop user\fP from \fIpsql\fp connected
+to the \fItemplate1\fP database to perform the operation.