summaryrefslogtreecommitdiff
path: root/src/man/destroyuser.1
diff options
context:
space:
mode:
authorBruce Momjian1998-07-24 16:36:56 +0000
committerBruce Momjian1998-07-24 16:36:56 +0000
commit22616fdc5d795e289db5b031cf1a653e6075401c (patch)
tree30a3cf52babcf6cf7fd56642c0ff8d635abfb4d1 /src/man/destroyuser.1
parent253a294e9f8a733f884a9084832676e7594772c0 (diff)
Add mention of SQL commands to create/destroy man pages.
Diffstat (limited to 'src/man/destroyuser.1')
-rw-r--r--src/man/destroyuser.13
1 files changed, 2 insertions, 1 deletions
diff --git a/src/man/destroyuser.1 b/src/man/destroyuser.1
index 32d3388fe0..e7fe2f7186 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.9 1998/07/24 16:10:19 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.10 1998/07/24 16:36:56 momjian Exp $
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
destroyuser - destroy a Postgres user and associated databases
@@ -76,6 +76,7 @@ Once invoked with the above options,
will warn you about the databases that will be destroyed in the
process and permit you to abort the removal of the user if desired.
.SH "SEE ALSO"
+drop_user(l),
createuser(1),
psql(1),
postmaster(1).