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.
pull/6/head
Stephen Frost 13 years ago
parent ffcf654547
commit f2719f6975
  1. 2
      doc/src/sgml/ref/alter_view.sgml

@ -126,7 +126,7 @@ ALTER VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> RESET
</varlistentry>
<varlistentry>
<term><replaceable class="parameter">view_option_name</replaceable></term>
<term><replaceable class="parameter">view_option_value</replaceable></term>
<listitem>
<para>
The new value for a view option.

Loading…
Cancel
Save