List Postgres Databases

To list the databases on a Postgres server, use:

Code
\list
Notes
  • This assumes you have permission to see the details. I haven't looked into how that works yet.