Skip to content

Add support for PostgreSQL system catalogs #1171

Open
@kyleconroy

Description

@kyleconroy

We currently don't have any support for the PostgreSQL system catalogs.

To list all of the catalogs, we can use the following pg_dump command:

pg_dump -s -t pg_*.*

This output will need to be cleaned up before it can be parsed, as it includes some complex views that might not be parsed correctly.

See #1170 for an example of how this breaks queries.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions