Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cd2ec8a

Browse files
committed
Fix duplication in ALTER MATERIALIZE VIEW synopsis
Commit 3c4cf08 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.
1 parent 6f932ca commit cd2ec8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/src/sgml/ref/alter_materialized_view.sgml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE <replaceable class="parameter">name</r
4545
SET ( <replaceable class="PARAMETER">storage_parameter</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )
4646
RESET ( <replaceable class="PARAMETER">storage_parameter</replaceable> [, ... ] )
4747
OWNER TO { <replaceable class="PARAMETER">new_owner</replaceable> | CURRENT_USER | SESSION_USER }
48-
SET TABLESPACE <replaceable class="PARAMETER">new_tablespace</replaceable>
4948
</synopsis>
5049
</refsynopsisdiv>
5150

0 commit comments

Comments
 (0)