From: Fujii Masao Date: Wed, 18 Mar 2020 09:28:22 +0000 (+0900) Subject: Update the description of type of check_option reloption in docs. X-Git-Tag: REL_13_BETA1~529 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1558413432e3dce941af550f1ad0d41790ec6fba;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/ref/alter_view.sgml b/doc/src/sgml/ref/alter_view.sgml index b66160bfb89..4f35061d043 100644 --- a/doc/src/sgml/ref/alter_view.sgml +++ b/doc/src/sgml/ref/alter_view.sgml @@ -143,7 +143,7 @@ ALTER VIEW [ IF EXISTS ] name RESET Sets or resets a view option. Currently supported options are: - check_option (string) + check_option (enum) Changes the check option of the view. The value must diff --git a/doc/src/sgml/ref/create_view.sgml b/doc/src/sgml/ref/create_view.sgml index 0abb8fdcde3..bad5a4eb87c 100644 --- a/doc/src/sgml/ref/create_view.sgml +++ b/doc/src/sgml/ref/create_view.sgml @@ -131,7 +131,7 @@ CREATE VIEW [ schema . ] view_name - check_option (string) + check_option (enum) This parameter may be either local or