pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis
Date
Msg-id E1c6I4B-00056B-2U@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8ce4f597abc530b3b59bcf3a3964f31e50054bcd

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Allow individual TAP tests to be run via PROVE_TESTS