Re: add function argument names to regex* functions. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: add function argument names to regex* functions.
Date
Msg-id 2018482.1722109209@sss.pgh.pa.us
Whole thread Raw
In response to Re: add function argument names to regex* functions.  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
jian he <jian.universality@gmail.com> writes:
> On Fri, Jul 26, 2024 at 10:40 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Hmm, yeah, you're right.  I didn't want to write two separate
>> synopses there, but maybe there's no choice.

> Now the output is
> It has the syntax regexp_replace(string, pattern, replacement [, flags
> ]) and regexp_replace(string, pattern, replacement, start [, N [,
> flags ]]).

Pushed, thanks.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Protocol question regarding Portal vs Cursor
Next
From: Andrew Dunstan
Date:
Subject: Re: xid_wraparound tests intermittent failure.