Re: Expanding regexp_matches flags

2021-08-12 Thread Tom Lane
Jordan Gigov writes: > A recent thread gave me the idea that it would be convenient to have > another flag for `regexp_matches` to make it return a singular > two-dimensional array of matches when performing a global match. > Why? Well, basically you avoid having to aggregate the rows afterwards

Expanding regexp_matches flags

2021-08-12 Thread Jordan Gigov
A recent thread gave me the idea that it would be convenient to have another flag for `regexp_matches` to make it return a singular two-dimensional array of matches when performing a global match. Why? Well, basically you avoid having to aggregate the rows afterwards using by wrapping it in a subq