You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now unqualified table names are assumed to be in the public schema, but this is not quite right. There is nothing special about public except that it is a default value in the search_path. Databases can have other search paths configured, and therefore other default schemas. To correctly determine the schema of an unqualified name, I need to query the database.
This bug seems super uncommon though, so I'm going to mark it low priority.