create_database.l
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- ." This is -*-nroff-*-
- ." XXX standard disclaimer belongs here....
- ." $Header: /usr/local/cvsroot/pgsql/src/man/Attic/create_database.l,v 1.6 1998/06/23 17:52:31 momjian Exp $
- .TH "CREATE DATABASE" SQL 11/05/95 PostgreSQL PostgreSQL
- .SH NAME
- create database - create a new database
- .SH SYNOPSIS
- .nf
- fBcreate databasefP dbname [fBwith location = 'fPdbpathfB'fP]
- .fi
- .SH DESCRIPTION
- .BR "create database"
- creates a new Postgres database. The creator becomes the administrator
- of the new database. An alternate location can be specified as either an
- environment variable known to the backend server (e.g. 'PGDATA2') or as
- an absolute path name (e.g. '/home/postgres/data'). In either case, the
- location must be pre-configured by
- .BR initarea
- .SH "SEE ALSO"
- createdb(1),
- drop_database(l),
- destroydb(1),
- initarea(1),
- initdb(1).