projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffcf654
)
Use correct parameter name for view_option_value
author
Stephen Frost
<sfrost@snowman.net>
Wed, 17 Jul 2013 14:50:39 +0000
(10:50 -0400)
committer
Stephen Frost
<sfrost@snowman.net>
Wed, 17 Jul 2013 14:50:39 +0000
(10:50 -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 df527aed08871427f42abd08de9d6b048afd07c5..db5a656808d2d27c0c96c2f606f8d1f872ab4f3c 100644
(file)
--- a/
doc/src/sgml/ref/alter_view.sgml
+++ b/
doc/src/sgml/ref/alter_view.sgml
@@
-126,7
+126,7
@@
ALTER VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> RESET
</varlistentry>
<varlistentry>
- <term><replaceable class="parameter">view_option_
nam
e</replaceable></term>
+ <term><replaceable class="parameter">view_option_
valu
e</replaceable></term>
<listitem>
<para>
The new value for a view option.