Doc fix on information_schema.views

From: Gilles Darold <gilles(at)darold(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Doc fix on information_schema.views
Date: 2019-05-29 12:26:50
Message-ID: 75d07704-6c74-4f26-656a-10045c01a17e@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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/

Attachment Content-Type Size
patch_doc_check_option_information_schema_views-v1.diff text/x-patch 642 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hamlin, Garick L 2019-05-29 13:24:19 Dead stores in src/common/sha2.c
Previous Message Ashutosh Sharma 2019-05-29 12:20:35 Server crash due to assertion failure in CheckOpSlotCompatibility()