6
votes
1answer
295 views

How do I preserve the order of the original elements in an unnested array?

Given the string 'I think that postgresql is nifty' , I would like to operate on the individual words found within that string. Essentially, I have a separate from which I can get word details ...