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

Edit Materialized View #469

Open
nloui opened this issue Dec 13, 2017 · 1 comment
Open

Edit Materialized View #469

nloui opened this issue Dec 13, 2017 · 1 comment

Comments

@nloui
Copy link

nloui commented Dec 13, 2017

I'm having trouble editing the definition of a Materialized View. It appears to be read-only. Is this possible?

Version 1.2.3 (1939)
Maybe related to #464

@jakob
Copy link
Owner

jakob commented Dec 13, 2017

The definition is read-only because as far as I know there is no way to change the definition of a materialized view. You can change column names, though.

See the docs:
https://www.postgresql.org/docs/current/static/sql-creatematerializedview.html
https://www.postgresql.org/docs/current/static/sql-altermaterializedview.html

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

No branches or pull requests

2 participants