Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1558413

Browse files
committed
Update the description of type of check_option reloption in docs.
Commit773df88 changed the type of check_option reloptionfrom string to enum. But it forgot to update the description ofthe type in the documentation.Author: Atsushi TorikoshiDiscussion:https://postgr.es/m/CACZ0uYFvHF4n6yxF390YZgr4Q0Z0c2w0ihu=DLb8ipNOnNcqzQ@mail.gmail.com
1 parentb4f1408 commit1558413

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
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>
145145
<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)

[8]ページ先頭

©2009-2025 Movatter.jp