Commit 81568a97 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Move indexterms to avoid whitespace issue in man pages

parent 3e2f3c2e
...@@ -164,15 +164,16 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac ...@@ -164,15 +164,16 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal></term> <term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal>
<listitem>
<para>
<indexterm zone="SQL-CREATEVIEW"> <indexterm zone="SQL-CREATEVIEW">
<primary>CHECK OPTION</primary> <primary>CHECK OPTION</primary>
</indexterm> </indexterm>
<indexterm zone="SQL-CREATEVIEW"> <indexterm zone="SQL-CREATEVIEW">
<primary>WITH CHECK OPTION</primary> <primary>WITH CHECK OPTION</primary>
</indexterm> </indexterm>
</term>
<listitem>
<para>
This option controls the behavior of automatically updatable views. When This option controls the behavior of automatically updatable views. When
this option is specified, <command>INSERT</> and <command>UPDATE</> this option is specified, <command>INSERT</> and <command>UPDATE</>
commands on the view will be checked to ensure that new rows satisfy the commands on the view will be checked to ensure that new rows satisfy the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment