aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/man/createdb.17
-rw-r--r--src/man/createuser.111
-rw-r--r--src/man/destroydb.16
-rw-r--r--src/man/destroyuser.16
4 files changed, 15 insertions, 15 deletions
diff --git a/src/man/createdb.1 b/src/man/createdb.1
index 56ab997ccfb..34ed9713510 100644
--- a/src/man/createdb.1
+++ b/src/man/createdb.1
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.11 1998/07/24 16:36:56 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.12 1998/07/24 16:44:03 momjian Exp $
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
createdb - create a database
@@ -135,7 +135,6 @@ or the backend server. Ensure that your Postgres site administrator has
properly installed Postgres and initialized the site with
.IR initdb .
.SH NOTE
-The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
-database to perform the operation.
-
+The command internally runs \fIcreate database\fP from \fP\fIpsql\fP
+connected to the \fItemplate1\fP database to perform the operation.
diff --git a/src/man/createuser.1 b/src/man/createuser.1
index fde89d83548..db4e28f1de6 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.10 1998/07/24 16:36:56 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.11 1998/07/24 16:44:03 momjian Exp $
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
createuser - create a Postgres user
@@ -117,8 +117,9 @@ or the backend server. Ensure that your Postgres site administrator has
properly installed Postgres and initialized the site with
.IR initdb .
.SH NOTE
-The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
-database to perform the operation.
+The command internally runs \fIcreate user\fP from \fIpsql\fP
+connected to the \fItemplate1\fP database to perform the operation.
.SH BUGS
-Postgres user-ids and user names should not have anything to do with the
-constraints of Unix.
+Postgres user-ids and user names should not have anything to do
+with the constraints of Unix.
+
diff --git a/src/man/destroydb.1 b/src/man/destroydb.1
index e9255d5fc79..4b878164808 100644
--- a/src/man/destroydb.1
+++ b/src/man/destroydb.1
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.10 1998/07/24 16:36:56 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.11 1998/07/24 16:44:03 momjian Exp $
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
destroydb - destroy an existing database
@@ -135,6 +135,6 @@ or the backend server. Contact your Postgres site administrator to
ensure that ensure that the files and database entries associated with
the database 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 database\fP from \fIpsql\fP
+connected to the \fItemplate1\fP database to perform the operation.
diff --git a/src/man/destroyuser.1 b/src/man/destroyuser.1
index e7fe2f7186e..364f568da83 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.