Skip to content

Commit 79f6efe

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, but the documentation of information_schema never got the call even if the information displayed is correct. Author: Gilles Darold Discussion: https://postgr.es/m/75d07704-6c74-4f26-656a-10045c01a17e@darold.net Backpatch-through: 9.4
1 parent db5d999 commit 79f6efe

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
@@ -6555,7 +6555,11 @@ ORDER BY c.ordinal_position;
65556555
<row>
65566556
<entry><literal>check_option</literal></entry>
65576557
<entry><type>character_data</type></entry>
6558-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
6558+
<entry>
6559+
<literal>CASCADED</literal> or <literal>LOCAL</literal> if the view
6560+
has a <literal>CHECK OPTION</literal> defined on it,
6561+
<literal>NONE</literal> if not
6562+
</entry>
65596563
</row>
65606564

65616565
<row>

0 commit comments

Comments
 (0)