Add regression tests for ALTER MATERIALIZED VIEW with tablespaces
Michael Paquier <michael@paquier.xyz>
Add regression tests for ALTER MATERIALIZED VIEW with tablespaces The clauses SET TABLESPACE and ALL IN TABLESPACE are supported in ALTER MATERIALIZED VIEW for a long time, and they behave mostly like ALTER TABLE by reusing the same code paths, but there were zero tests for them. This commit closes the gap with new tests in tablespace.sql. Author: Yugo Nagata Discussion: https://postgr.es/m/20220316133337.5dc9740abfa24c25ec9f67f5@sraoss.co.jp
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/tablespace.out | modified | +15 −1 |
| src/test/regress/sql/tablespace.sql | modified | +8 −0 |
Discussion
- Tab completion for ALTER MATERIALIZED VIEW ... SET ACCESS METHOD 6 messages · 2022-03-16 → 2022-03-22