diff options
Diffstat (limited to 'src/man/createdb.1')
| -rw-r--r-- | src/man/createdb.1 | 7 |
1 files changed, 6 insertions, 1 deletions
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. + + |
