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

From Haribabu Kommi
Subject security_barrier view option type mistake in create view document
Date
Msg-id CAJrrPGcDA8LL9FwxYQx6++yYi4sN=mBLfMF_xwSkaWu-AJ9xHg@mail.gmail.com
Whole thread Raw
Responses Re: security_barrier view option type mistake in create view document  (Robert Haas <robertmhaas@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Re: [BUGS] BUG #13611: test_postmaster_connection failed (Windows, listen_addresses = '0.0.0.0' or '::')
Next
From: Kouhei Kaigai
Date:
Subject: Re: Foreign join pushdown vs EvalPlanQual