Re: add function argument name to substring and substr - Mailing list pgsql-hackers

From Marcos Pegoraro
Subject Re: add function argument name to substring and substr
Date
Msg-id CAB-JLwathhELcwARpTJ5cAh-Z6tS6V8PCXti9woGZMJiqzCPfA@mail.gmail.com
Whole thread Raw
In response to Re: add function argument name to substring and substr  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: add function argument name to substring and substr
Re: add function argument name to substring and substr
List pgsql-hackers
Em ter., 1 de abr. de 2025 às 02:00, David G. Johnston <david.g.johnston@gmail.com> escreveu:

Wouldn't it be good to add the use of parentheses using posix ? It's useful and rarely documented
        <literal>substring('Thomas', '...$')</literal>
+        <literal>substring('Email: johnjohn@mymail.com, Name: John' from '@(.*), Name')</literal>

regards
Marcos

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Add support for OAUTHBEARER SASL mechanism
Next
From: Daniel Gustafsson
Date:
Subject: Re: add function argument name to substring and substr