Re: patch adding new regexp functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch adding new regexp functions
Дата
Msg-id 23596.1171741394@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: patch adding new regexp functions  (Jeremy Drake <pgsql@jdrake.com>)
Ответы Re: patch adding new regexp functions  (Jeremy Drake <pgsql@jdrake.com>)
Список pgsql-patches
Jeremy Drake <pgsql@jdrake.com> writes:
> On Sat, 17 Feb 2007, Tom Lane wrote:
>> So I'd vote against complicating the API in order to make special
>> provision for these results.  I claim that all we need is a function
>> taking (string text, pattern text, flags text) and returning either
>> array of text or setof text

> For this function, it would be setof array of text, as the capture groups
> would definitely go in an array, but if you asked for global in the flags,
> there could be more than one match in the string.

Oh, right.  And you could do a 2-D array if you wanted it all in one
blob (or a guarantee of order).  So no need for record-returning functions?

            regards, tom lane

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

Предыдущее
От: Mark Dilger
Дата:
Сообщение: Re: patch adding new regexp functions
Следующее
От: Jeremy Drake
Дата:
Сообщение: Re: patch adding new regexp functions