pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis
Date: 2016-11-14 14:16:59
Message-ID: E1c6I4B-00056G-2g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/da8c6f078d28d574e5e509ff2e7e6698840f3aeb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-11-14 15:01:08 pgsql: Allow individual TAP tests to be run via PROVE_TESTS
Previous Message Peter Eisentraut 2016-11-14 02:50:34 pgsql: pg_upgrade: Upgrade sequence data via pg_dump