Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcd2ec8a

Browse files
committed
Fix duplication in ALTER MATERIALIZE VIEW synopsis
Commit3c4cf08 should have removed SET TABLESPACE from the synopsisof ALTER MATERIALIZE VIEW as a possible "action" when it added aseparate line for it in the main command listing, but failed to.Repair.Backpatch to 9.4, like the aforementioned commit.
1 parent6f932ca commitcd2ec8a

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp