pgsql: Update the description of type of check_option reloption in docs - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Update the description of type of check_option reloption in docs
Date
Msg-id E1jEV0x-00061Z-MS@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Add missing errcode() in a few ereport calls.
Next
From: Tomas Vondra
Date:
Subject: pgsql: Fix wording of several extended stats comments