From: 片本 亘祐(ユニークビジョン) <katamoto_kosuke(at)uniquevision(dot)co(dot)jp>
To: pgsql-bugs(at)postgresql(dot)org
Subject:
Date: 2017-02-09 02:28:50
Message-ID: CABNcpK6n1cQ2ESbiEu+Qdp_L2uSLSjEqZ1pJSCS=jbCVMRP15w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PostgreSQL 9.5.4 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu
5.3.1-14ubuntu2) 5.3.1 20160413, 64-bit

select
1 <> all(array[1,1,1])
->false --no problem

select
1 <> all(array[2,1,1])
->false --bug

select
1 <> any(array[2,3,4])
-> true --no problem

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

Responses

  • Re: at 2017-02-09 02:37:51 from Tom Lane

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-02-09 02:37:51 Re:
Previous Message David Gould 2017-02-09 02:00:40 Re: BUG #14526: no unique or exclusion constraint matching the ON CONFLICT