What is the best way to list all of the tables within PostgreSQL’s information_schema?

To clarify: I am working with an empty DB (I have not added any of my own tables), but I want to see every table in the information_schema structure.

8 Answers
8

Leave a Reply

Your email address will not be published. Required fields are marked *