Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement pg_catalog.pg_matviews #15750

Open
Tracked by #13234
hlcianfagna opened this issue Mar 22, 2024 · 0 comments
Open
Tracked by #13234

Implement pg_catalog.pg_matviews #15750

hlcianfagna opened this issue Mar 22, 2024 · 0 comments

Comments

@hlcianfagna
Copy link
Contributor

hlcianfagna commented Mar 22, 2024

Problem Statement

Some tools (see labels) run queries that look for this system view.

https://www.postgresql.org/docs/current/view-pg-matviews.html

Possible Solutions

Implement it empty

Considered Alternatives

CREATE TABLE pg_catalog.pg_matviews (
	schemaname TEXT,	matviewname TEXT,	matviewowner TEXT,
	tablespace TEXT,	hasindexes BOOLEAN,	ispopulated BOOLEAN,
	definition text	);

--> SQLParseException[Cannot create relation in read-only schema: pg_catalog]


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants