PostgreSQL queries fail. Tables appear in Railway UI but not in database client (DBeaver)
All queries from basic SELECT * FROM table are failing.
Error:
SQL Error [42P01]: ERROR: relation "table" does not exist
Position: 15
12 Replies
Project ID:
713c9e70-8da1-4eda-8e3c-dbd7b477f6ae
Can you show how you have this added in
DBeaver
? make sure not to show the user/pass.
I have a feeling you're not connecting to the right "database".713c9e70-8da1-4eda-8e3c-dbd7b477f6ae
yep
Is the database field
Database name should be “railway”
'railway'
change postgres to railway
ohhhhhhhhhhhh
lmao
thanks
Yup it works now
all tables are under Public
Select query works
THANK YOUUUU
Woot!