link
psql/create-db

Create Database

Create a new PostgreSQL database

database
create

Command

createdb -U username dbname

Examples

Create newdb database

createdb -U postgres newdb