Add mention of psql and template1 to create*, destroy* command

manual pages.
This commit is contained in:
Bruce Momjian 1998-07-24 16:10:19 +00:00
parent 809fc91fdd
commit 253a294e9f
4 changed files with 20 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.\" 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.9 1998/06/24 13:21:25 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.10 1998/07/24 16:10:18 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
@ -134,3 +134,8 @@ An internal error occurred in
or the backend server. Ensure that your Postgres site administrator has or the backend server. Ensure that your Postgres site administrator has
properly installed Postgres and initialized the site with properly installed Postgres and initialized the site with
.IR initdb . .IR initdb .
.SH NOTE
The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
database to perform the operation.

View File

@ -1,6 +1,6 @@
.\" 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.8 1998/06/24 13:21:25 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.9 1998/07/24 16:10:18 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
@ -115,6 +115,9 @@ An internal error occurred in
or the backend server. Ensure that your Postgres site administrator has or the backend server. Ensure that your Postgres site administrator has
properly installed Postgres and initialized the site with properly installed Postgres and initialized the site with
.IR initdb . .IR initdb .
.SH NOTE
The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
database to perform the operation.
.SH BUGS .SH BUGS
Postgres user-ids and user names should not have anything to do with the Postgres user-ids and user names should not have anything to do with the
constraints of Unix. constraints of Unix.

View File

@ -1,6 +1,6 @@
.\" 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.8 1998/06/24 13:21:25 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.9 1998/07/24 16:10:19 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
@ -134,3 +134,7 @@ An internal error occurred in
or the backend server. Contact your Postgres site administrator to or the backend server. Contact your Postgres site administrator to
ensure that ensure that the files and database entries associated with ensure that ensure that the files and database entries associated with
the database are completely removed. the database are completely removed.
.SH NOTE
The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
database to perform the operation.

View File

@ -1,6 +1,6 @@
.\" 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.8 1998/06/24 13:21:25 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.9 1998/07/24 16:10:19 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
@ -115,3 +115,7 @@ An internal error occurred in
or the backend server. Contact your Postgres site administrator to or the backend server. Contact your Postgres site administrator to
ensure that the files and database entries associated with the user ensure that the files and database entries associated with the user
and his/her associated databases are completely removed. 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.