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

Commit5b8c93c

Browse files
committed
Fix documentation of check_option in information_schema.views
Support of CHECK OPTION for updatable views has been added in 9.4, butthe documentation of information_schema never got the call even if theinformation displayed is correct.Author: Gilles DaroldDiscussion:https://postgr.es/m/75d07704-6c74-4f26-656a-10045c01a17e@darold.netBackpatch-through: 9.4
1 parent683c17b commit5b8c93c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/src/sgml/information_schema.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6661,7 +6661,11 @@ ORDER BY c.ordinal_position;
66616661
<row>
66626662
<entry><literal>check_option</literal></entry>
66636663
<entry><type>character_data</type></entry>
6664-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
6664+
<entry>
6665+
<literal>CASCADED</literal> or <literal>LOCAL</literal> if the view
6666+
has a <literal>CHECK OPTION</literal> defined on it,
6667+
<literal>NONE</literal> if not
6668+
</entry>
66656669
</row>
66666670

66676671
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp