Re: [BUGS] - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS]
Date
Msg-id 7504.1486607871@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS]  (片本 亘祐(ユニークビジョン) <katamoto_kosuke@uniquevision.co.jp>)
List pgsql-bugs
片本 亘祐(ユニークビジョン) <katamoto_kosuke@uniquevision.co.jp> writes:
> select
> 1 <> all(array[2,1,1])
> ->false --bug

What makes you think that's a bug?  There are array elements that
the "1" fails to be not equal to.

> select
> 1 <> any(array[2,1,1])
> ->true --bug

There is an array element that the "1" is not equal to.
I see no bug here either.
        regards, tom lane


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

pgsql-bugs by date:

Previous
From: 片本 亘祐(ユニークビジョン)
Date:
Subject: [BUGS]
Next
From: Huan Ruan
Date:
Subject: Re: [BUGS] BUG #14530: Logical Decoding Slowness