I have a postgres connection established.
When I run
@pg /show
pg
Here are the tables in the database. You can ask for details about any table using show [table].
I get the output of my tables.
However, when I subsequently run @pg show all Users (or really anything) I always get I can't find the schema for the database. Please check the connection string with /conn.. Note, if I re-run @pg /show that continues to work fine. It's not clear why /show works but asking it questions does not.