Command
createdb -U username dbname
Explanation
Creates a new database using the specified username.
Examples
Create newdb database
createdb -U postgres newdb
createdb -U username dbname
Creates a new database using the specified username.
Create newdb database
createdb -U postgres newdb