Table of Contents
create database -- create a new database
create database
dbname
Create database creates a new Postgres database.
The creator becomes the administrator of the new database.
createdb(1)
,
drop database(l)
, destroydb(1)
, initdb(1)
.
Table of Contents