Fix duplication in ALTER MATERIALIZE VIEW synopsis

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: cd2ec8aaa16e20e07c12d076f5235e3764a963ed
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2016-11-14T14:14:34Z
Releases: 9.6.2
Fix duplication in ALTER MATERIALIZE VIEW synopsis

Commit 3c4cf080879b should have removed SET TABLESPACE from the synopsis
of ALTER MATERIALIZE VIEW as a possible "action" when it added a
separate line for it in the main command listing, but failed to.
Repair.

Backpatch to 9.4, like the aforementioned commit.

Files

PathChange+/−
doc/src/sgml/ref/alter_materialized_view.sgml modified +0 −1

Documentation touched