Re: Regexp named capture groups

2018-02-03 Thread Michael Paquier
On Sat, Feb 03, 2018 at 01:55:31PM +0100, Pavel Stehule wrote: > 2018-02-03 11:19 GMT+01:00 Joel Jacobson : >> Is anyone working on this feature[1] also for PostgreSQL's regex >> engine? Note that I know of. >> I think this feature would be awesome, for the reasons mentioned in [1], >> quote: >>

Re: Regexp named capture groups

2018-02-03 Thread Pavel Stehule
2018-02-03 11:19 GMT+01:00 Joel Jacobson : > Hi hackers, > > Is anyone working on this feature[1] also for PostgreSQL's regex engine? > > I'm thinking it could work something like this: > > joel=# \df regexp_match > List of functions >Schema | Name | Res

Regexp named capture groups

2018-02-03 Thread Joel Jacobson
Hi hackers, Is anyone working on this feature[1] also for PostgreSQL's regex engine? I'm thinking it could work something like this: joel=# \df regexp_match List of functions Schema | Name | Result data type | Argument data types | Type +--