summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao2020-03-18 09:28:22 +0000
committerFujii Masao2020-03-18 09:28:22 +0000
commit1558413432e3dce941af550f1ad0d41790ec6fba (patch)
tree456884b5681e5268eb449f630f46239b945f84e7
parentb4f140869f5da081c27c344587b0ff1a02821776 (diff)
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
-rw-r--r--doc/src/sgml/ref/alter_view.sgml2
-rw-r--r--doc/src/sgml/ref/create_view.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_view.sgml b/doc/src/sgml/ref/alter_view.sgml
index b66160bfb8..4f35061d04 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 ] <replaceable class="parameter">name</replaceable> RESET
Sets or resets a view option. Currently supported options are:
<variablelist>
<varlistentry>
- <term><literal>check_option</literal> (<type>string</type>)</term>
+ <term><literal>check_option</literal> (<type>enum</type>)</term>
<listitem>
<para>
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 0abb8fdcde..bad5a4eb87 100644
--- a/doc/src/sgml/ref/create_view.sgml
+++ b/doc/src/sgml/ref/create_view.sgml
@@ -131,7 +131,7 @@ CREATE VIEW [ <replaceable>schema</replaceable> . ] <replaceable>view_name</repl
<variablelist>
<varlistentry>
- <term><literal>check_option</literal> (<type>string</type>)</term>
+ <term><literal>check_option</literal> (<type>enum</type>)</term>
<listitem>
<para>
This parameter may be either <literal>local</literal> or