summaryrefslogtreecommitdiff
path: root/doc/man/createdb.l
diff options
context:
space:
mode:
authorBruce Momjian1996-10-03 15:50:10 +0000
committerBruce Momjian1996-10-03 15:50:10 +0000
commit2e9010cd8aee2fab1c5be8bed7a93ee6fbc84e9b (patch)
tree8a5ade8b27a697a899c826ffb21d8da9a377deea /doc/man/createdb.l
parent4bec96f16f48f034ac4d39cb272ee6c228d05193 (diff)
Renamed createdb.l to create_database.l.
Changed portal to cursor.
Diffstat (limited to 'doc/man/createdb.l')
-rw-r--r--doc/man/createdb.l25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/man/createdb.l b/doc/man/createdb.l
deleted file mode 100644
index 6de86972d51..00000000000
--- a/doc/man/createdb.l
+++ /dev/null
@@ -1,25 +0,0 @@
-.\" 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.