File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
createdb - create a database
@@ -134,3 +134,8 @@ An internal error occurred in
134
134
or the backend server. Ensure that your Postgres site administrator has
135
135
properly installed Postgres and initialized the site with
136
136
.IR initdb .
137
+ .SH NOTE
138
+ The command internally runs \fI psql \fP connected to the \fI template1 \fP
139
+ database to perform the operation.
140
+
141
+
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
createuser - create a Postgres user
@@ -115,6 +115,9 @@ An internal error occurred in
115
115
or the backend server. Ensure that your Postgres site administrator has
116
116
properly installed Postgres and initialized the site with
117
117
.IR initdb .
118
+ .SH NOTE
119
+ The command internally runs \fI psql \fP connected to the \fI template1 \fP
120
+ database to perform the operation.
118
121
.SH BUGS
119
122
Postgres user-ids and user names should not have anything to do with the
120
123
constraints of Unix.
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
destroydb - destroy an existing database
@@ -134,3 +134,7 @@ An internal error occurred in
134
134
or the backend server. Contact your Postgres site administrator to
135
135
ensure that ensure that the files and database entries associated with
136
136
the database are completely removed.
137
+ .SH NOTE
138
+ The command internally runs \fI psql \fP connected to the \fI template1 \fP
139
+ database to perform the operation.
140
+
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
destroyuser - destroy a Postgres user and associated databases
@@ -115,3 +115,7 @@ An internal error occurred in
115
115
or the backend server. Contact your Postgres site administrator to
116
116
ensure that the files and database entries associated with the user
117
117
and his/her associated databases are completely removed.
118
+ .SH NOTE
119
+ The command internally runs \fI psql \fP connected to the \fI template1 \fP
120
+ database to perform the operation.
121
+
You can’t perform that action at this time.
0 commit comments