vscode-postgres
vscode-postgres copied to clipboard
Tables not displaying
Hello
I'm only able to see the following - not tables. I've tried refreshing, and re-opening vscode. But these havent helped. When I use psql and \ld I can see them, so its not a user permissions issue.

Are you using something like Heroku, or Amazon RedShift? Also what is the extension version and your vscode version?
Not using Heroku, or Amazon RedShift
The version of the extension is v1.1.18. Vscode version is 1.57,1
While your user may have permission to the tables you want to see (as evidenced by \ld) - your user may not have access to the tables the plugin is using in it's queries for the tables.
There are a few different queries that could be used to gather the tables, depending on the PG version. If you could verify your PG version, I can check on those queries.