my database tables and columns are all lower case.
Following your post, I did try and add quotation marks around the hours table but that resulted in the same thing…
However, after pulling hair and taking a break I found the problem. I was using the wrong “owner” as in session. In thhis case, Sesson. is not valid
He seems taking about a wrong schema (not exactly owner, but confuses some people), like querying in the “public” schema but the “hours” table was in another one needing being explicit lke system2.hours. Any table “not visible” will behave as “does not exist”.