]> granicus.if.org Git - postgresql/commitdiff
Fix duplication in ALTER MATERIALIZE VIEW synopsis
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 Nov 2016 14:14:34 +0000 (11:14 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 Nov 2016 14:14:34 +0000 (11:14 -0300)
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.

doc/src/sgml/ref/alter_materialized_view.sgml

index b5c44bfabf43542fd8bbfe1464a9bdaab896f734..b88f5ac00fb76e7bfe04d8d4a240ecce059a31f6 100644 (file)
@@ -45,7 +45,6 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE <replaceable class="parameter">name</r
     SET ( <replaceable class="PARAMETER">storage_parameter</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )
     RESET ( <replaceable class="PARAMETER">storage_parameter</replaceable> [, ... ] )
     OWNER TO { <replaceable class="PARAMETER">new_owner</replaceable> | CURRENT_USER | SESSION_USER }
-    SET TABLESPACE <replaceable class="PARAMETER">new_tablespace</replaceable>
 </synopsis>
  </refsynopsisdiv>