Unique indexes across columns (not a combination of these columns) – Postgresql
I have a question: we have a table that has (among other stuff) a couple of IP/port pairs that I would like to be globally unique to avoid crosstalk in streaming binaries that use this configuration. Assume a table as…