$ psql postgres
postgres=# \d
postgres=# \l
postgres=# \c dbname
postgres=# \q
postgres=# CREATE DATABASE databasename;
postgres=# DROP DATABASE name;
Find more useful postgres commands here
$ psql postgres
postgres=# \d
postgres=# \l
postgres=# \c dbname
postgres=# \q
postgres=# CREATE DATABASE databasename;
postgres=# DROP DATABASE name;
Find more useful postgres commands here