Re: add function argument names to regex* functions.

Поиск
Список
Период
Сортировка
От jian he
Тема Re: add function argument names to regex* functions.
Дата
Msg-id CACJufxHCXzOM3xJe+4ikv7KwTf5b1w6dBRGaeRFdNcKBmnXzQA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: add function argument names to regex* functions.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: add function argument names to regex* functions.
Список pgsql-hackers
On Fri, Jul 26, 2024 at 10:17 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> > <<
> > It has the syntax regexp_replace(string, pattern, replacement [, start
> > [, N ]] [, flags ]). (Notice that N cannot be specified unless start
> > is, but flags can be given in any case.)
> > <<
> > doc, the above part still needs change?
>
> AFAICS, that one is correct, so I left it alone.  (I didn't try to
> merge the table's two entries into one like that, though.)
>

functions-string.html output is correct.

but in functions-matching.html

regexp_replace(string, pattern, replacement [, start [, N ]] [, flags ]).

can represent

regexp_replace(string, pattern, replacement , start,  flags ) ?

but we don't have "regexp_replace(string, pattern, replacement ,
start,  flags )"



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: tls 1.3: sending multiple tickets
Следующее
От: Michał Kłeczek
Дата:
Сообщение: Re: DRAFT: Pass sk_attno to consistent function