diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-18 22:14:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-18 22:14:33 +0000 |
commit | 9848d3655d44aa2e58d28fe9f93a94b2934eedc8 (patch) | |
tree | 059111c2156111b083ea668b84bc8b3481676fca /doc/man/createdb.l | |
parent | 1960a3b96573ad1ec73cd50255edde29cc80df88 (diff) | |
download | postgresql-9848d3655d44aa2e58d28fe9f93a94b2934eedc8.tar.gz postgresql-9848d3655d44aa2e58d28fe9f93a94b2934eedc8.zip |
Support Docs & Contrib
Diffstat (limited to 'doc/man/createdb.l')
-rw-r--r-- | doc/man/createdb.l | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/man/createdb.l b/doc/man/createdb.l new file mode 100644 index 00000000000..6de86972d51 --- /dev/null +++ b/doc/man/createdb.l @@ -0,0 +1,25 @@ +.\" This is -*-nroff-*- +.\" XXX standard disclaimer belongs here.... +.\" $Header: /cvsroot/pgsql/doc/man/Attic/createdb.l,v 1.1.1.1 1996/08/18 22:14:22 scrappy Exp $ +.TH "CREATE DATABASE" SQL 11/05/95 Postgres95 Postgres95 +.SH NAME +create database \(em create a new database +.SH SYNOPSIS +.nf +\fBcreate database\fP dbname +.fi +.SH DESCRIPTION +.BR "Create database" +creates a new Postgres database. The creator becomes the administrator +of the new database. +.SH "SEE ALSO" +createdb(1), +drop database(l), +destroydb(1), +initdb(1). +.SH BUGS +This command should +.BR NOT +be executed interactively. The +.IR createdb (1) +script should be used instead. |