pgsql: Fix documentation of check_option in information_schema.views

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix documentation of check_option in information_schema.views
Date: 2019-06-01 19:35:24
Message-ID: E1hX9mm-0002Wb-JM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0022aa31ecc83bd9d6eb8a6c9ffc8f5849875342

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-06-02 04:34:42 pgsql: Increase test coverage for worker_spi by %
Previous Message Tom Lane 2019-05-31 20:32:13 pgsql: Improve coverage of cpluspluscheck.