Skip to content

Error in SELECT queries on 'public' schema tables in PostgreSQL #41

@taewhi

Description

@taewhi

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) 

reported by @Wegginere2nd

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions