How do I list all databases and tables using psql?

So I found this which said:

\list or \l
list all databases
\dt
list all tables in the current database

Leave a Reply