Doc fix on information_schema.views

Gilles DAROLD <gilles@darold.net>

From: Gilles Darold <gilles@darold.net>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2019-05-29T12:26:50Z
Lists: pgsql-hackers

Attachments

Hi,


Seems that per the documentation on information_schema.views [1] we do 
not support check_options ("Applies to a feature not available in 
PostgreSQL").


Attached is a patch that fix this description. As CHECK OPTION is 
supported since 9.4, the patch might be applied on all versions since 9.4.


[1] https://www.postgresql.org/docs/current/infoschema-views.html

-- 
Gilles Darold
http://www.darold.net/

Commits

  1. Fix documentation of check_option in information_schema.views