Re: [HACKERS] security_barrier view option type mistake in create view document

2015-10-30 Thread Robert Haas
On Thu, Oct 29, 2015 at 6:02 AM, Haribabu Kommi 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

[HACKERS] security_barrier view option type mistake in create view document

2015-10-28 Thread Haribabu Kommi
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. -security_barrier (string) +security_barrier (boolean) Regards,