Database tool to view tables
Answered
I am using the Database tool to connect to a Postgres data source. How can I see the tables under my database?

Please sign in to leave a comment.
See https://www.jetbrains.com/help/idea/tables-view-data.html and https://www.jetbrains.com/help/idea/viewing-query-results.html
Can you please be clear? I am not seeing any tables and how can I double click it?
Unfold the "public" schema and "tables" folder inside. Then double click on the table name to see it:
There's nothing under my public folder. I am sure I have tables in different schemas.
Click '1 of 9' link next to DB name and select some other schemas, you should see tables when introspection process finishes.
Thank you, that did the trick