mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -6555,7 +6555,11 @@ ORDER BY c.ordinal_position; | |||||||
|      <row> |      <row> | ||||||
|       <entry><literal>check_option</literal></entry> |       <entry><literal>check_option</literal></entry> | ||||||
|       <entry><type>character_data</type></entry> |       <entry><type>character_data</type></entry> | ||||||
|       <entry>Applies to a feature not available in <productname>PostgreSQL</></entry> |       <entry> | ||||||
|  |        <literal>CASCADED</literal> or <literal>LOCAL</literal> if the view | ||||||
|  |        has a <literal>CHECK OPTION</literal> defined on it, | ||||||
|  |        <literal>NONE</literal> if not | ||||||
|  |       </entry> | ||||||
|      </row> |      </row> | ||||||
|  |  | ||||||
|      <row> |      <row> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user