Re: security_barrier view option type mistake in create view document - Mailing list pgsql-hackers

From Robert Haas
Subject Re: security_barrier view option type mistake in create view document
Date
Msg-id CA+TgmoaPs_789NUDfyruueeKADTuZsNo1fxz5g3wYQ1TjpL1Dw@mail.gmail.com
Whole thread Raw
In response to security_barrier view option type mistake in create view document  (Haribabu Kommi <kommi.haribabu@gmail.com>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [DESIGN] ParallelAppend
Next
From: Robert Haas
Date:
Subject: Re: [ADMIN] Replication slots and isolation levels