Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81568a9

Browse files
committed
doc: Move indexterms to avoid whitespace issue in man pages
1 parent3e2f3c2 commit81568a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/ref/create_view.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,16 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac
164164
</varlistentry>
165165

166166
<varlistentry>
167-
<term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal></term>
168-
<listitem>
169-
<para>
167+
<term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal>
170168
<indexterm zone="SQL-CREATEVIEW">
171169
<primary>CHECK OPTION</primary>
172170
</indexterm>
173171
<indexterm zone="SQL-CREATEVIEW">
174172
<primary>WITH CHECK OPTION</primary>
175173
</indexterm>
174+
</term>
175+
<listitem>
176+
<para>
176177
This option controls the behavior of automatically updatable views. When
177178
this option is specified, <command>INSERT</> and <command>UPDATE</>
178179
commands on the view will be checked to ensure that new rows satisfy the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp