Re: add function argument names to regex* functions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: add function argument names to regex* functions.
Дата
Msg-id 1676993.1722004798@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: add function argument names to regex* functions.  (jian he <jian.universality@gmail.com>)
Список pgsql-hackers
jian he <jian.universality@gmail.com> writes:
> On Fri, Jul 26, 2024 at 10:17 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> 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.)

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

> can represent

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

Hmm, yeah, you're right.  I didn't want to write two separate
synopses there, but maybe there's no choice.

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Extension using Meson as build system