Update the description of type of check_option reloption in docs.
authorFujii Masao <[email protected]>
Wed, 18 Mar 2020 09:28:22 +0000 (18:28 +0900)
committerFujii Masao <[email protected]>
Wed, 18 Mar 2020 09:28:22 +0000 (18:28 +0900)
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

doc/src/sgml/ref/alter_view.sgml
doc/src/sgml/ref/create_view.sgml

index b66160bfb8955ffe0060a02eaa55b75a01e377e5..4f35061d043c48d4dc6365eea96935c6b8958805 100644 (file)
@@ -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
index 0abb8fdcde3a8cbb34c0a900361bdf9677caaba0..bad5a4eb87c9cb9dfe6c80ad71e8898cf16fb4c3 100644 (file)
@@ -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