File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -164,15 +164,16 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac
164164 </varlistentry>
165165
166166 <varlistentry>
167- <term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal></term>
168- <listitem>
169- <para>
167+ <term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal>
170168 <indexterm zone="SQL-CREATEVIEW">
171169 <primary>CHECK OPTION</primary>
172170 </indexterm>
173171 <indexterm zone="SQL-CREATEVIEW">
174172 <primary>WITH CHECK OPTION</primary>
175173 </indexterm>
174+ </term>
175+ <listitem>
176+ <para>
176177 This option controls the behavior of automatically updatable views. When
177178 this option is specified, <command>INSERT</> and <command>UPDATE</>
178179 commands on the view will be checked to ensure that new rows satisfy the
You can’t perform that action at this time.
0 commit comments