Tom Lane wrote:
> Michael Glaesemann <grzm@seespotcode.net> writes:
>> I'm probably being dense, but I don't see how this is an issue.
>
> That's just a bug in his example ;-)
Right, sorry. I meant boolean_array rather than boolean_value:
=> SELECT 'a' <> 'a' || '{true}';
?column?
----------
{f,t}
(1 row)
-- Pedro Gimeno