Debian – Duplicates being removed from PostgreSQL array when doing int[] – int[] but not int[] – integer
I've been playing around with PostgreSQL's intarray module and I've noticed some seemingly odd behavior with intarrays that have duplicate elements in them. The intarray module defines two subtraction operators with pretty much the same description: integer[] - integer →…