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

Commitcce5d68

Browse files
committed
Use correct parameter name for view_option_value
The documentation for ALTER VIEW had a minor copy-and-paste error indefining the parameters. Noticed when reviewing the WITH CHECK OPTIONpatch.Backpatch to 9.2 where this was first introduced.
1 parenta3957ac commitcce5d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/alter_view.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ALTER VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> RESET
125125
</varlistentry>
126126

127127
<varlistentry>
128-
<term><replaceable class="parameter">view_option_name</replaceable></term>
128+
<term><replaceable class="parameter">view_option_value</replaceable></term>
129129
<listitem>
130130
<para>
131131
The new value for a view option.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp