Re: Tab completion for ALTER MATERIALIZED VIEW ... SET ACCESS METHOD
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Yugo NAGATA <nagata@sraoss.co.jp>
Cc: pgsql-hackers@postgresql.org
Date: 2022-03-18T06:13:05Z
Lists: pgsql-hackers
On Fri, Mar 18, 2022 at 10:27:41AM +0900, Yugo NAGATA wrote: > I added some queries in the regression test. Attached is the updated patch. Thanks. This looks rather sane to me. I'll split things into 3 commits in total, as of the psql completion, SET TABLESPACE and SET ACCESS METHOD. The first and third patches are only for HEAD, while the documentation hole with SET TABLESPACE should go down to v10. Backpatching the tests of ALTER MATERIALIZED VIEW ALL IN TABLESPACE would not hurt, either, as there is zero coverage for that now. -- Michael
Commits
-
Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEW
- eb8399cf1f3d 15.0 landed
-
Add regression tests for ALTER MATERIALIZED VIEW with tablespaces
- ade2159bcdc1 15.0 landed
-
doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW
- 49c5cd5c4e7a 10.21 landed
- b68929d6e6a3 11.16 landed
- 4d2322925187 12.11 landed
- fe14b0dd45a8 13.7 landed
- c422e8da7ec2 14.3 landed
- 9616da3ddbc1 15.0 landed
-
Add support for SET ACCESS METHOD in ALTER TABLE
- b0483263dda0 15.0 cited