Thread: security_barrier view option type mistake in create view document

security_barrier view option type mistake in create view document

From
Haribabu Kommi
Date:
The security_barrier view option is classified as string in the create
view documentation.
But it is actually a boolean. The type is mentioned correctly in alter
view. Here I attached
the patch with the correction.

-        <term><literal>security_barrier</literal> (<type>string</type>)</term>
+        <term><literal>security_barrier</literal> (<type>boolean</type>)</term>

Regards,
Hari Babu
Fujitsu Australia

Attachment

Re: security_barrier view option type mistake in create view document

From
Robert Haas
Date:
On Thu, Oct 29, 2015 at 6:02 AM, Haribabu Kommi
<kommi.haribabu@gmail.com> wrote:
> The security_barrier view option is classified as string in the create
> view documentation.
> But it is actually a boolean. The type is mentioned correctly in alter
> view. Here I attached
> the patch with the correction.
>
> -        <term><literal>security_barrier</literal> (<type>string</type>)</term>
> +        <term><literal>security_barrier</literal> (<type>boolean</type>)</term>

Committed and back-patched to 9.4, where the error appears to have
been introduced.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company