pgsql: doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW
Date: 2022-03-19 07:39:11
Message-ID: E1nVTg6-000Nx5-Il@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c422e8da7ec26f7f43c05b6020fd80fd24d3c8a2

Modified Files
--------------
doc/src/sgml/ref/alter_materialized_view.sgml | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-03-19 08:31:08 pgsql: Add regression tests for ALTER MATERIALIZED VIEW with tablespace
Previous Message Julien Rouhaud 2022-03-19 04:14:59 Re: pgsql: Add option to use ICU as global locale provider