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
Postgres users can access the 'public' schema. The tables in 'public' schema are not loaded correctly.
0: jdbc:traindb:postgresql:~> select * from public.queries; Error: Error while executing SQL "select * from public.queries": From line 1, column 15 to line 1, column 28: Object 'public' not found (state=,code=0)