DEV Community

Discussion on: Subtract Arrays in PostgreSQL

Collapse
 
cstork profile image
cstork

Also check out PostgreSQL's intarray extension! It already contains the - operator.

Collapse
 
redhap profile image
HAP

That intarray package is really cool. Really wish there was a "textarray" package with similar function.