security_barrier view option type mistake in create view document

From: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: security_barrier view option type mistake in create view document
Date: 2015-10-29 05:02:08
Message-ID: CAJrrPGcDA8LL9FwxYQx6++yYi4sN=mBLfMF_xwSkaWu-AJ9xHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 Content-Type Size
security_barrier_type.patch application/octet-stream 617 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kouhei Kaigai 2015-10-29 05:05:47 Re: Foreign join pushdown vs EvalPlanQual
Previous Message Noah Misch 2015-10-29 03:37:48 Re: Re: [BUGS] BUG #13611: test_postmaster_connection failed (Windows, listen_addresses = '0.0.0.0' or '::')