Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 253a294

Browse files
committed
Add mention of psql and template1 to create*, destroy* command
manual pages.
1 parent 809fc91 commit 253a294

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

src/man/createdb.1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.9 1998/06/24 13:21:25 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.10 1998/07/24 16:10:18 momjian Exp $
44
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createdb - create a database
@@ -134,3 +134,8 @@ An internal error occurred in
134134
or the backend server. Ensure that your Postgres site administrator has
135135
properly installed Postgres and initialized the site with
136136
.IR initdb .
137+
.SH NOTE
138+
The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
139+
database to perform the operation.
140+
141+

src/man/createuser.1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.8 1998/06/24 13:21:25 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.9 1998/07/24 16:10:18 momjian Exp $
44
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createuser - create a Postgres user
@@ -115,6 +115,9 @@ An internal error occurred in
115115
or the backend server. Ensure that your Postgres site administrator has
116116
properly installed Postgres and initialized the site with
117117
.IR initdb .
118+
.SH NOTE
119+
The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
120+
database to perform the operation.
118121
.SH BUGS
119122
Postgres user-ids and user names should not have anything to do with the
120123
constraints of Unix.

src/man/destroydb.1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.8 1998/06/24 13:21:25 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.9 1998/07/24 16:10:19 momjian Exp $
44
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroydb - destroy an existing database
@@ -134,3 +134,7 @@ An internal error occurred in
134134
or the backend server. Contact your Postgres site administrator to
135135
ensure that ensure that the files and database entries associated with
136136
the database are completely removed.
137+
.SH NOTE
138+
The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
139+
database to perform the operation.
140+

src/man/destroyuser.1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.8 1998/06/24 13:21:25 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.9 1998/07/24 16:10:19 momjian Exp $
44
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroyuser - destroy a Postgres user and associated databases
@@ -115,3 +115,7 @@ An internal error occurred in
115115
or the backend server. Contact your Postgres site administrator to
116116
ensure that the files and database entries associated with the user
117117
and his/her associated databases are completely removed.
118+
.SH NOTE
119+
The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
120+
database to perform the operation.
121+

0 commit comments

Comments
 (0)