]> granicus.if.org Git - postgresql/commitdiff
doc: Move indexterms to avoid whitespace issue in man pages
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 3 Aug 2016 21:02:00 +0000 (17:02 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 3 Aug 2016 21:02:00 +0000 (17:02 -0400)
doc/src/sgml/ref/create_view.sgml

index e37bb009b4f7e0fc95e6f3c5dbb587024b19740d..ede1698051c60e5a7222725c0440ee2eaf4269dd 100644 (file)
@@ -164,15 +164,16 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac
    </varlistentry>
 
    <varlistentry>
-    <term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal></term>
-    <listitem>
-     <para>
+    <term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal>
       <indexterm zone="SQL-CREATEVIEW">
        <primary>CHECK OPTION</primary>
       </indexterm>
       <indexterm zone="SQL-CREATEVIEW">
        <primary>WITH CHECK OPTION</primary>
       </indexterm>
+    </term>
+    <listitem>
+     <para>
       This option controls the behavior of automatically updatable views.  When
       this option is specified, <command>INSERT</> and <command>UPDATE</>
       commands on the view will be checked to ensure that new rows satisfy the