[BUGS] - Mailing list pgsql-bugs

From 片本 亘祐(ユニークビジョン)
Subject [BUGS]
Date
Msg-id CABNcpK6n1cQ2ESbiEu+Qdp_L2uSLSjEqZ1pJSCS=jbCVMRP15w@mail.gmail.com
Whole thread Raw
Responses Re: [BUGS]  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-bugs by date:

Previous
From: David Gould
Date:
Subject: Re: [BUGS] BUG #14526: no unique or exclusion constraint matchingthe ON CONFLICT
Next
From: Tom Lane
Date:
Subject: Re: [BUGS]