From 2e9010cd8aee2fab1c5be8bed7a93ee6fbc84e9b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Oct 1996 15:50:10 +0000 Subject: Renamed createdb.l to create_database.l. Changed portal to cursor. --- doc/man/create_database.l | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/man/create_database.l (limited to 'doc/man/create_database.l') diff --git a/doc/man/create_database.l b/doc/man/create_database.l new file mode 100644 index 00000000000..d77f753add6 --- /dev/null +++ b/doc/man/create_database.l @@ -0,0 +1,25 @@ +.\" This is -*-nroff-*- +.\" XXX standard disclaimer belongs here.... +.\" $Header: /cvsroot/pgsql/doc/man/Attic/create_database.l,v 1.1 1996/10/03 15:49:34 momjian 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. -- cgit v1.2.3