Create a new PostgreSQL database
Delete a PostgreSQL database
Connect to MySQL database
Connect to a PostgreSQL database using psql
psql -U username -d dbname
Connects to the specified PostgreSQL database using the given username.
Connect as postgres user to mydb
psql -U postgres -d mydb
Show all PostgreSQL databases
Connect to PostgreSQL database
Create a backup of a PostgreSQL database