Use correct parameter name for view_option_value
authorStephen Frost
Wed, 17 Jul 2013 14:50:39 +0000 (10:50 -0400)
committerStephen Frost
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 ] name RESET
    
 
    
-    view_option_name
+    view_option_value
     
      
       The new value for a view option.