A. Command Reference
:
createdb Command--Create a Database
:
createdb Examples
Share this page
createdb Examples
1.
Create a database using the default locations:
createdb sales_fact
2.
Create a Unicode-enabled database with Normalization Form D using the default locations:
createdb -n mydb