From: Michael Paquier Date: Sat, 19 Mar 2022 07:37:43 +0000 (+0900) Subject: doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW X-Git-Tag: REL_13_7~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe14b0dd45a8d028d7ae49b68e445f78e8535015;p=thirdparty%2Fpostgresql.git doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW This command flavor is supported, but there was nothing in the documentation about it. Author: Yugo Nagata Discussion: https://postgr.es/m/20220316133337.5dc9740abfa24c25ec9f67f5@sraoss.co.jp Backpatch-through: 10 --- diff --git a/doc/src/sgml/ref/alter_materialized_view.sgml b/doc/src/sgml/ref/alter_materialized_view.sgml index b26b2480470..097a03ae683 100644 --- a/doc/src/sgml/ref/alter_materialized_view.sgml +++ b/doc/src/sgml/ref/alter_materialized_view.sgml @@ -42,6 +42,7 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE namecolumn_name SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN } CLUSTER ON index_name SET WITHOUT CLUSTER + SET TABLESPACE new_tablespace SET ( storage_parameter [= value] [, ... ] ) RESET ( storage_parameter [, ... ] ) OWNER TO { new_owner | CURRENT_USER | SESSION_USER }