From: Stephen Frost Date: Wed, 17 Jul 2013 14:50:39 +0000 (-0400) Subject: Use correct parameter name for view_option_value X-Git-Tag: REL9_3_RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd8ea2eb5e996f3f3dfd928e20aa2462c4bd9c63;p=postgresql 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. --- diff --git a/doc/src/sgml/ref/alter_view.sgml b/doc/src/sgml/ref/alter_view.sgml index df527aed08..db5a656808 100644 --- a/doc/src/sgml/ref/alter_view.sgml +++ b/doc/src/sgml/ref/alter_view.sgml @@ -126,7 +126,7 @@ ALTER VIEW [ IF EXISTS ] name RESET - view_option_name + view_option_value The new value for a view option.