From cce5d681be7abfd9f48c28151ebf2b242f8ba438 Mon Sep 17 00:00:00 2001
From: Stephen Frost
Date: Wed, 17 Jul 2013 10:50:39 -0400
Subject: 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.
---
doc/src/sgml/ref/alter_view.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/alter_view.sgml b/doc/src/sgml/ref/alter_view.sgml
index 521f05b84a1..a43f6ad52fb 100644
--- a/doc/src/sgml/ref/alter_view.sgml
+++ b/doc/src/sgml/ref/alter_view.sgml
@@ -125,7 +125,7 @@ ALTER VIEW [ IF EXISTS ] name RESET
- view_option_name
+ view_option_value
The new value for a view option.
--
cgit v1.2.3