Commit c5057b2b authored by Robert Haas's avatar Robert Haas

doc: security_barrier option is a Boolean, not a string.

Mistake introduced by commit 5bd91e3a.

Hari Babu
parent 3a1f8611
...@@ -139,7 +139,7 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac ...@@ -139,7 +139,7 @@ CREATE VIEW <replaceable>name</> AS WITH RECURSIVE <replaceable>name</> (<replac
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><literal>security_barrier</literal> (<type>string</type>)</term> <term><literal>security_barrier</literal> (<type>boolean</type>)</term>
<listitem> <listitem>
<para> <para>
This should be used if the view is intended to provide row-level This should be used if the view is intended to provide row-level
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment