From 22616fdc5d795e289db5b031cf1a653e6075401c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 24 Jul 1998 16:36:56 +0000 Subject: Add mention of SQL commands to create/destroy man pages. --- src/man/createuser.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/man/createuser.1') diff --git a/src/man/createuser.1 b/src/man/createuser.1 index 0a9a875d71..fde89d8354 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.9 1998/07/24 16:10:18 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.10 1998/07/24 16:36:56 momjian Exp $ .TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME createuser - create a Postgres user @@ -80,6 +80,7 @@ Specifically, you will be asked whether the new user should be able to act as Postgres super-user, create new databases and update the system catalogs manually. .SH "SEE ALSO" +create_user(l), destroyuser(1), psql(1), postmaster(1). -- cgit v1.2.1