Displays all databases available, with comments
postgres=# postgres=# -- Displays all databases available, with comments postgres=# \l+ List of databases Name | Owner | Encoding | Description -----------+----------+-----------+--------------------------- postgres | postgres | SQL_ASCII | template0 | postgres | SQL_ASCII | template1 | postgres | SQL_ASCII | Default template database (3 rows) postgres=# postgres=#