Re: add function argument names to regex* functions.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: jian he <jian.universality@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>,
Peter Eisentraut <peter@eisentraut.org>, Dian Fay <di@nmfay.com>,
Jim Nasby <jim.nasby@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Chapman Flack <jcflack@acm.org>
Date: 2024-07-25T18:53:47Z
Lists: pgsql-hackers
I wrote: > I haven't heard any further bikeshedding on the argument names, > so I'll move forward with committing this soon. Pushed, after a little further fooling with the documentation. regards, tom lane
Commits
-
Doc: fix text's description of regexp_replace's arguments.
- da4017a694de 18.0 landed
-
Add argument names to the regexp_XXX functions.
- 580f8727ca93 18.0 landed
-
Add assorted new regexp_xxx SQL functions.
- 642433707358 15.0 cited