Skip to content

BUG - pg_catalog and information_schema excluded even if included in config #910

@emouawad

Description

@emouawad

By default db2rest excludes pg_catalog and information_schema even if they are added to the INCLUDED_SCHEMAS env variable and profile yaml schemas

pg_catalog is still a schema that contains tables that are useful to be queried.

I consider this a bug because even if included as a schema they are not loaded - please allow loading those schemas if enabled via config.

List<String> excludedSchemas = Arrays.asList("pg_catalog", "information_schema");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions