On the terminal of PostgreSQL, type the following command to connect to the database.
postgres=# \c database_name
Also, you can specify database name with psql command to connect to that database.
$psql -d database_name