Postgresql – What postgres type to store a set of strings?
In postgres, what data type should I use to store a unique set of strings? Is using a simple array then when I want to write, I read the current set of strings, determine what the final set should be…