Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1996-11-14 10:15:16 +0000
committerMarc G. Fournier1996-11-14 10:15:16 +0000
commit389fe48cbb513888205bbe3a5008ed109976dacb (patch)
treee1bc978627338c127aa0d9c0fdbd8bed7fa6821c /doc/man/create_database.l
parent65a10b1be6400025e7fd54befbc4a8489fd50e10 (diff)
Removed man pages...moved to src/man
Requested by Bryan
Diffstat (limited to 'doc/man/create_database.l')
-rw-r--r--doc/man/create_database.l25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/man/create_database.l b/doc/man/create_database.l
deleted file mode 100644
index d77f753add6..00000000000
--- a/doc/man/create_database.l
+++ /dev/null
@@ -1,25 +0,0 @@
-.\" 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.