diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-03-19 19:13:52 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-03-19 19:13:52 +0900 |
commit | eb8399cf1f3dd8ad02633e3bb84e2289d2debb44 (patch) | |
tree | 3398b93c773bb55fb30275881921905a9e41deb5 /src/backend/executor/nodeModifyTable.c | |
parent | ade2159bcdc18939d4e9b1773d12fe06cfcd201d (diff) | |
download | postgresql-eb8399cf1f3dd8ad02633e3bb84e2289d2debb44.tar.gz postgresql-eb8399cf1f3dd8ad02633e3bb84e2289d2debb44.zip |
Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEW
b048326 has added support for SET ACCESS METHOD in ALTER TABLE, but it
has missed a few things for materialized views:
- No documentation for this clause on the ALTER MATERIALIZED VIEW page.
- psql tab completion missing.
- No regression tests.
This commit closes the gap on all the points listed above.
Author: Yugo Nagata
Discussion: https://postgr.es/m/20220316133337.5dc9740abfa24c25ec9f67f5@sraoss.co.jp
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions