From: Peter Eisentraut Date: Wed, 3 Aug 2016 21:02:00 +0000 (-0400) Subject: doc: Move indexterms to avoid whitespace issue in man pages X-Git-Tag: REL9_6_BETA4~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81568a971f2634bc447af2788eafee899f2db2a1;p=postgresql doc: Move indexterms to avoid whitespace issue in man pages --- diff --git a/doc/src/sgml/ref/create_view.sgml b/doc/src/sgml/ref/create_view.sgml index e37bb009b4..ede1698051 100644 --- a/doc/src/sgml/ref/create_view.sgml +++ b/doc/src/sgml/ref/create_view.sgml @@ -164,15 +164,16 @@ CREATE VIEW name AS WITH RECURSIVE name ( - WITH [ CASCADED | LOCAL ] CHECK OPTION - - + WITH [ CASCADED | LOCAL ] CHECK OPTION CHECK OPTION WITH CHECK OPTION + + + This option controls the behavior of automatically updatable views. When this option is specified, INSERT and UPDATE commands on the view will be checked to ensure that new rows satisfy the