]> granicus.if.org Git - postgresql/commitdiff
Use correct parameter name for view_option_value
authorStephen Frost <sfrost@snowman.net>
Wed, 17 Jul 2013 14:50:39 +0000 (10:50 -0400)
committerStephen Frost <sfrost@snowman.net>
Wed, 17 Jul 2013 14:53:32 +0000 (10:53 -0400)
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.

doc/src/sgml/ref/alter_view.sgml

index df527aed08871427f42abd08de9d6b048afd07c5..db5a656808d2d27c0c96c2f606f8d1f872ab4f3c 100644 (file)
@@ -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.