Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f16159c

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 6e00ba1 commit f16159c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/src/sgml/ref/alter_materialized_view.sgml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE <replaceable class="parameter">name</r
4343
SET ( <replaceable class="PARAMETER">storage_parameter</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )
4444
RESET ( <replaceable class="PARAMETER">storage_parameter</replaceable> [, ... ] )
4545
OWNER TO { <replaceable class="PARAMETER">new_owner</replaceable> | CURRENT_USER | SESSION_USER }
46-
SET TABLESPACE <replaceable class="PARAMETER">new_tablespace</replaceable>
4746
</synopsis>
4847
</refsynopsisdiv>
4948

0 commit comments

Comments
 (0)