Re: Doc fix on information_schema.views

2019-06-01 Thread Michael Paquier
On Wed, May 29, 2019 at 02:26:50PM +0200, Gilles Darold wrote: > 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. Thanks Gilles! Applied and back-patched. -- Michael signature.asc Description: PGP sign

Doc fix on information_schema.views

2019-05-29 Thread Gilles Darold
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