postgresql create database with psql code example Example: create database postgres createdb -h localhost -p 5432 -U postgres testdb password ******