From 81568a971f2634bc447af2788eafee899f2db2a1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Wed, 3 Aug 2016 17:02:00 -0400 Subject: [PATCH] doc: Move indexterms to avoid whitespace issue in man pages --- doc/src/sgml/ref/create_view.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/create_view.sgml b/doc/src/sgml/ref/create_view.sgml index e37bb009b4f..ede1698051c 100644 --- a/doc/src/sgml/ref/create_view.sgml +++ b/doc/src/sgml/ref/create_view.sgml @@ -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 -- GitLab