Table of Contents

NAME

create database -- create a new database

SYNOPSIS

create database dbname

DESCRIPTION

Create database creates a new Postgres database. The creator becomes the administrator of the new database.

SEE ALSO

createdb(1) , drop database(l) , destroydb(1) , initdb(1) .


Table of Contents