-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#10512] YSQL: Adding support for ALTER MATERIALIZED VIEW
Summary: - Alter a MV’s owner: `ALTER MATERIALIZED VIEW OWNER TO { new_owner | CURRENT_USER | SESSION_USER }` - Rename MV: `ALTER MATERIALIZED VIEW [ IF EXISTS ] name RENAME TO new_name` - Rename MV’s column: `ALTER MATERIALIZED VIEW [ IF EXISTS ] name RENAME [ COLUMN ] column_name TO new_column_name` Test Plan: `TestPgRegressMatview` Reviewers: fizaa, plee Reviewed By: fizaa, plee Subscribers: jenkins-bot, yql Differential Revision: https://phabricator.dev.yugabyte.com/D19508
- Loading branch information
Rachel Phan
committed
Sep 29, 2022
1 parent
9cd5390
commit ec9b36b
Showing
4 changed files
with
137 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters