We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3e2f3c2 commit81568a9Copy full SHA for 81568a9
doc/src/sgml/ref/create_view.sgml
@@ -164,15 +164,16 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac
164
</varlistentry>
165
166
<varlistentry>
167
- <term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal></term>
168
- <listitem>
169
- <para>
+ <term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal>
170
<indexterm zone="SQL-CREATEVIEW">
171
<primary>CHECK OPTION</primary>
172
</indexterm>
173
174
<primary>WITH CHECK OPTION</primary>
175
+ </term>
+ <listitem>
176
+ <para>
177
This option controls the behavior of automatically updatable views. When
178
this option is specified, <command>INSERT</> and <command>UPDATE</>
179
commands on the view will be checked to ensure that new rows satisfy the