Skip to content

Add explicit support for materialized views #2267

@CommanderStorm

Description

@CommanderStorm

We currently don't have a test case if we handle Postgres' materialized views.

If we support this currently is questionable because for example when our query looks at comments, comments on the materialized views (relkind= 'm') are not looked at

WHERE cls.relkind = 'r' OR cls.relkind = 'v'

Our test cases are located under /tests/test.sh and our table sources at /tests/fixtures/tables

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions