Create new database
Connect to a PostgreSQL database using psql
Create a backup of a PostgreSQL database
Create a new PostgreSQL database
createdb -U username dbname
Creates a new database using the specified username.
Create newdb database
createdb -U postgres newdb
Delete a PostgreSQL database
Create a new PostgreSQL user
Create a new PostgreSQL table