List Postgres Databases

May 2023

To list the databases on a Postgres server, use:

\list

Notes

  • This assumes you have permission to see the details. I haven't looked into how that works yet.
end of line