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 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