Re: BUG #3822: Nonstandard precedence for comparison operators

From: Pedro Gimeno <pgsql-001(at)personal(dot)formauri(dot)es>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Glaesemann <grzm(at)seespotcode(dot)net>, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3822: Nonstandard precedence for comparison operators
Date: 2007-12-29 20:17:46
Message-ID: 4776AB6A.7060105@personal.formauri.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane wrote:
> Michael Glaesemann <grzm(at)seespotcode(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bozhan 2007-12-29 22:51:32 BUG #3845: tray icon that service is running
Previous Message Tom Lane 2007-12-29 19:59:32 Re: BUG #3822: Nonstandard precedence for comparison operators