Command
createdb -U username dbnameExplanation
Creates a new database using the specified username.
Examples
Create newdb database
createdb -U postgres newdbcreatedb -U username dbnameCreates a new database using the specified username.
Create newdb database
createdb -U postgres newdb