Commit 22616fdc authored by Bruce Momjian's avatar Bruce Momjian

Add mention of SQL commands to create/destroy man pages.

parent 253a294e
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.10 1998/07/24 16:10:18 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.11 1998/07/24 16:36:56 momjian Exp $
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL .TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
createdb - create a database createdb - create a database
...@@ -98,8 +98,8 @@ createdb -p 5000 -h eden demo ...@@ -98,8 +98,8 @@ createdb -p 5000 -h eden demo
The location of the files corresponding to the database The location of the files corresponding to the database
.IR dbname . .IR dbname .
.SH "SEE ALSO" .SH "SEE ALSO"
createdb(l), create_database(l),
destroydb(1), destroy_db(1),
initdb(1), initdb(1),
psql(1), psql(1),
postmaster(1). postmaster(1).
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
createuser - create a Postgres user createuser - create a Postgres user
...@@ -80,6 +80,7 @@ Specifically, you will be asked whether the new user should be able to ...@@ -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 act as Postgres super-user, create new databases and update the system
catalogs manually. catalogs manually.
.SH "SEE ALSO" .SH "SEE ALSO"
create_user(l),
destroyuser(1), destroyuser(1),
psql(1), psql(1),
postmaster(1). postmaster(1).
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.9 1998/07/24 16:10:19 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.10 1998/07/24 16:36:56 momjian Exp $
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL .TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
destroydb - destroy an existing database destroydb - destroy an existing database
...@@ -94,7 +94,7 @@ destroydb -p 5000 -h eden demo ...@@ -94,7 +94,7 @@ destroydb -p 5000 -h eden demo
The location of the files corresponding to the database The location of the files corresponding to the database
.IR dbname . .IR dbname .
.SH "SEE ALSO" .SH "SEE ALSO"
destroydb(l), drop_database(l),
createdb(1), createdb(1),
initdb(1), initdb(1),
psql(1). psql(1).
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
destroyuser - destroy a Postgres user and associated databases destroyuser - destroy a Postgres user and associated databases
...@@ -76,6 +76,7 @@ Once invoked with the above options, ...@@ -76,6 +76,7 @@ Once invoked with the above options,
will warn you about the databases that will be destroyed in the 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. process and permit you to abort the removal of the user if desired.
.SH "SEE ALSO" .SH "SEE ALSO"
drop_user(l),
createuser(1), createuser(1),
psql(1), psql(1),
postmaster(1). postmaster(1).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment