mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
doc: security_barrier option is a Boolean, not a string.
Mistake introduced by commit 5bd91e3a83
.
Hari Babu
This commit is contained in:
parent
3a1f8611f2
commit
c5057b2b34
@ -139,7 +139,7 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>security_barrier</literal> (<type>string</type>)</term>
|
||||
<term><literal>security_barrier</literal> (<type>boolean</type>)</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This should be used if the view is intended to provide row-level
|
||||
|
Loading…
Reference in New Issue
Block a user