I have an RDS instance set up on AWS. I can't connect to the PostgreSQL database without issues.
When I try to run select statements against the table I am getting odd results. It just lists the logged in user. The table is User
. I see that the table is inside of the public
schema. I tried searching for SELECT * From public.User
but that fails. What am I missing here? The table does exist because I can see it with data in PSequel I just wanted to query the data using select.