what is create db -o option psql code example Example: create database postgres createdb -h localhost -p 5432 -U postgres testdb password ******