8000 Update the description of type of check_option reloption in docs. · postgrespro/postgres_cluster@1558413 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1558413

Browse files
committed
Update the description of type of check_option reloption in docs.
Commit 773df88 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
1 parent b4f1408 commit 1558413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/alter_view.sgml

Lines changed: 1 addition & 1 deletion
< 8000 td data-grid-cell-id="diff-e6d271cf27d65c6172b9b9defc4a6e20f21b039b89d2d23feed3a9508279b30a-145-145-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">145
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ ALTER VIEW [ IF EXISTS ] <replaceable class="parameter">name</replaceable> RESET
143143
Sets or resets a view option. Currently supported options are:
144144
<variablelist>
145
<varlistentry>
146-
<term><literal>check_option</literal> (<type>string</type>)</term>
146+
<term><literal>check_option</literal> (<type>enum</type>)</term>
147147
<listitem>
148148
<para>
149149
Changes the check option of the view. The value must

doc/src/sgml/ref/create_view.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ CREATE VIEW [ <replaceable>schema</replaceable> . ] <replaceable>view_name</repl
131131

132132
<variablelist>
133133
<varlistentry>
134-
<term><literal>check_option</literal> (<type>string</type>)</term>
134+
<term><literal>check_option</literal> (<type>enum</type>)</term>
135135
<listitem>
136136
<para>
137137
This parameter may be either <literal>local</literal> or

0 commit comments

Comments
 (0)
0