]> 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:38 +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 521f05b84a1c983a69defed6d1f96f7b82474756..a43f6ad52fb00f26dd6be2a034ae48b7ae9da314 100644 (file)
@@ -125,7 +125,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.