Re: patch adding new regexp functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: patch adding new regexp functions
Дата
Msg-id 200702151757.10732.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: patch adding new regexp functions  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: patch adding new regexp functions  (Jeremy Drake <pgsql@jdrake.com>)
Список pgsql-patches
Alvaro Herrera wrote:
> On the other hand, I don't think it's impossible to have matches that
> start earlier than others in the string, but are actually found later
> (say, because they are a parentized expression that ends later).  So
> giving the starting positions allows one to know where are they
> located, rather than where were they reported.  (I don't really know
> if the matches are sorted before reporting though.)

I have no strong opinion about how matches are returned.  Seeing the
definitional difficulties that you point out, it may be fine to return
them unordered.  But then all "matches" functions should do that.

For the "split" functions, however, providing the order is clearly
important.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Autovacuum launcher
Следующее
От: David Fetter
Дата:
Сообщение: Re: patch adding new regexp functions