| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com> |
| Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: security_barrier view option type mistake in create view document |
| Date: | 2015-10-30 11:26:35 |
| Message-ID: | CA+TgmoaPs_789NUDfyruueeKADTuZsNo1fxz5g3wYQ1TjpL1Dw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Oct 29, 2015 at 6:02 AM, Haribabu Kommi
<kommi(dot)haribabu(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2015-10-30 11:30:04 | Re: [HACKERS] Replication slots and isolation levels |
| Previous Message | Robert Haas | 2015-10-30 11:13:15 | Re: [DESIGN] ParallelAppend |