You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/alter_materialized_view.sgml
+1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE <replaceable class="parameter">name</r
43
43
ALTER [ COLUMN ] <replaceable class="parameter">column_name</replaceable> SET COMPRESSION <replaceable class="parameter">compression_method</replaceable>
44
44
CLUSTER ON <replaceable class="parameter">index_name</replaceable>
45
45
SET WITHOUT CLUSTER
46
+
SET TABLESPACE <replaceable class="parameter">new_tablespace</replaceable>
0 commit comments