Hello, I wonder how I can iterate over a sql array in a pl/perl function.I want to pass in an text[] to a function and then iterate through the values and run it through a perl sprintf but I can't seem to get it to work.
Should I do a generate_series and make an internal perl array? If so how would I do this? Regards, Henrik