On Thu, Oct 29, 2015 at 6:02 AM, Haribabu Kommi
<kommi.harib...@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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to