Skip to content

Commit c5057b2

Browse files
committed
doc: security_barrier option is a Boolean, not a string.
Mistake introduced by commit 5bd91e3. Hari Babu
1 parent 3a1f861 commit c5057b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_view.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac
139139
</varlistentry>
140140

141141
<varlistentry>
142-
<term><literal>security_barrier</literal> (<type>string</type>)</term>
142+
<term><literal>security_barrier</literal> (<type>boolean</type>)</term>
143143
<listitem>
144144
<para>
145145
This should be used if the view is intended to provide row-level

0 commit comments

Comments
 (0)