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

Commit f2719f6

Browse files
committed
Use correct parameter name for view_option_value
The documentation for ALTER VIEW had a minor copy-and-paste error in defining the parameters. Noticed when reviewing the WITH CHECK OPTION patch. Backpatch to 9.2 where this was first introduced.
1 parent ffcf654 commit f2719f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/alter_view.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ALTER VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> RESET
126126
</varlistentry>
127127

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

0 commit comments

Comments
 (0)