diff --git a/src/man/createdb.1 b/src/man/createdb.1
index ff879281bd7f6d53c636f4fc28c48c6020a6a5e0..25503b4915fc092c843ed961ad5267db08c27e5f 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.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
 .SH NAME
 createdb - create a database
@@ -134,3 +134,8 @@ An internal error occurred in
 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.
+
+
diff --git a/src/man/createuser.1 b/src/man/createuser.1
index 246e98d5628a47fa63d5a7234bf8021efecbd622..0a9a875d7170f11abc3a72f8740d8adc5e123ff7 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.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
 .SH NAME
 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
 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.
 .SH BUGS
 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 d290e780be8b08ae5ed9f6dc455df4f4ce3961a0..0c73acb2a21270bb3341bc3dad468d1ac5943d44 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.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
 .SH NAME
 destroydb - destroy an existing database
@@ -134,3 +134,7 @@ An internal error occurred in
 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.
+
diff --git a/src/man/destroyuser.1 b/src/man/destroyuser.1
index c8848cf26259c84beee0ce9062c798adced4211e..32d3388fe0062713ccce860cdd2b04f51b338cb0 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.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
 .SH NAME
 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
 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.
+