On Friday, September 19, 2025, Simon Ellmann <simon(dot)ellmann(at)tum(dot)de> wrote:
> With the following regular expression, the second .* seems to match
> non-greedily although (if I am correct) it should match greedily:
>
Working as documented in rule 6:
https://www.postgresql.org/docs/current/functions-matching.html#POSIX-MATCHING-RULES
David J.