Skip to content

error: relation does not exist #171

Answered by Fabio286
elution91 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @elution91,

the error occurs because in PostgreSQL you need to specify the schema if is different than public.
However Antares should do the job when a tab has a schema selected, so you found a bug!

I will investigate to fix this issue with the next release.
Until then you could specify schema in queries like follow:

SELECT * FROM dannys_dinner.members

Thanks for this report.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Fabio286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug 🪲 Something isn't working
2 participants