1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

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.
This commit is contained in:
Stephen Frost 2013-07-17 10:50:39 -04:00
parent a3957ac156
commit cce5d681be

View File

@ -125,7 +125,7 @@ ALTER VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> RESET
</varlistentry>
<varlistentry>
<term><replaceable class="parameter">view_option_name</replaceable></term>
<term><replaceable class="parameter">view_option_value</replaceable></term>
<listitem>
<para>
The new value for a view option.