Re: split_part for the last element

Поиск
Список
Период
Сортировка
От Nikhil Benesch
Тема Re: split_part for the last element
Дата
Msg-id CAPWqQZT5ynRpC0Tzek_ocU44ZcaLEJXvO2Lf4soTwxB1YTVjKQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: split_part for the last element  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, Oct 23, 2020 at 2:35 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> "David G. Johnston" <david.g.johnston@gmail.com> writes:
> > On Fri, Oct 23, 2020 at 8:47 AM Nikhil Benesch <nikhil.benesch@gmail.com>
> > wrote:
> >> Is there another option I'm missing? Would there be interest in
> >> extending split part so that negative indices counted from the end, as
> >> in:
> >>      split_part('foo bar baz', ' ', -1) -> 'baz'
>
> > I'm torn here because this would be the first usage of this concept in
> > PostgreSQL (I think).
>
> We already have some JSON functions that act like that, not to mention
> the left() and right() string functions, so I don't see that much of an
> argument against extending split_part to do it.

Oh, I didn't realize left and right already worked this way. That
makes this design much more compelling, at least to me.

If the consensus is this extension is ok, I'd be happy to prepare a patch.



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

Предыдущее
От: Nikhil Benesch
Дата:
Сообщение: Re: split_part for the last element
Следующее
От: "W.P."
Дата:
Сообщение: What should I read?