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: security_barrier_type.patch
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to