projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3957ac
)
Use correct parameter name for view_option_value
author
Stephen Frost
Wed, 17 Jul 2013 14:50:39 +0000
(10:50 -0400)
committer
Stephen 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_view.sgml
b/doc/src/sgml/ref/alter_view.sgml
index 521f05b84a1c983a69defed6d1f96f7b82474756..a43f6ad52fb00f26dd6be2a034ae48b7ae9da314 100644
(file)
--- 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_
nam
e
+
view_option_
valu
e
The new value for a view option.