From: Bruce Momjian Date: Fri, 24 Jul 1998 16:10:19 +0000 (+0000) Subject: Add mention of psql and template1 to create*, destroy* command X-Git-Tag: REL9_0_0~26868 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=253a294e9f8a733f884a9084832676e7594772c0;p=pg-rex%2Fsyncrep.git Add mention of psql and template1 to create*, destroy* command manual pages. --- diff --git a/src/man/createdb.1 b/src/man/createdb.1 index ff879281bd..25503b4915 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 246e98d562..0a9a875d71 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 d290e780be..0c73acb2a2 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 c8848cf262..32d3388fe0 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. +