Skip to content
Snippets Groups Projects
Commit f2719f69 authored by Stephen Frost's avatar Stephen Frost
Browse files

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.
parent ffcf6545
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ ALTER VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> RESET ...@@ -126,7 +126,7 @@ ALTER VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> RESET
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><replaceable class="parameter">view_option_name</replaceable></term> <term><replaceable class="parameter">view_option_value</replaceable></term>
<listitem> <listitem>
<para> <para>
The new value for a view option. The new value for a view option.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment