Skip to content

Support postgres schemas other than public #165

@MoralCode

Description

@MoralCode

Thank you for building this! I used it during the vaccinatethestates project and now may be able to use it again!

My project currently uses postgres but has most of the data available in a schema other than public

i was able to patch

information_schema.columns.table_schema = 'public'
to change the schema to the actual name, and this successfully shows the tables in the UI, but clicking into any of them shows errors where the data should be

relation "repo" does not exist LINE 1: select count(*) from repo ^

Are there places that I missed when setting this up? or is something else likely misconfigured? Would love it if you could help point me in the right direction

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions