pgsql: Update the description of type of check_option reloption in docs

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update the description of type of check_option reloption in docs
Date: 2020-03-18 09:29:27
Message-ID: E1jEV0x-00061Z-MS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update the description of type of check_option reloption in docs.

Commit 773df883e8f7 changed the type of check_option reloption
from string to enum. But it forgot to update the description of
the type in the documentation.

Author: Atsushi Torikoshi
Discussion: https://postgr.es/m/CACZ0uYFvHF4n6yxF390YZgr4Q0Z0c2w0ihu=DLb8ipNOnNcqzQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1558413432e3dce941af550f1ad0d41790ec6fba

Modified Files
--------------
doc/src/sgml/ref/alter_view.sgml | 2 +-
doc/src/sgml/ref/create_view.sgml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2020-03-18 12:40:38 pgsql: Fix wording of several extended stats comments
Previous Message Amit Kapila 2020-03-18 04:54:14 pgsql: Add missing errcode() in a few ereport calls.