What am I missing?
I've connected on console to a DB I have populated with data, using a socket connection. I've validated that the table in question has the rows I expect. When I try and run a SELECT
statement in psql
the response comes back with a summary of the table columns and "(0 rows)" but when I query the table in any other tool (rails console, TablePlus) I see all of the data I expect. TablePlus/rails are also configured to connect via socket. I've made sure to log in to the same user account for all three.
Here is how I am connecting via psql
:
And here is my Tableplus connection setup: