Skip to content

Connection established and shows tables, but fails when asking a question saying "can't find a schema for the database" #24

@n00ge

Description

@n00ge

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions