Re: split_part for the last element - Mailing list pgsql-general

From Nikhil Benesch
Subject Re: split_part for the last element
Date
Msg-id CAPWqQZT5ynRpC0Tzek_ocU44ZcaLEJXvO2Lf4soTwxB1YTVjKQ@mail.gmail.com
Whole thread Raw
In response to Re: split_part for the last element  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Nikhil Benesch
Date:
Subject: Re: split_part for the last element
Next
From: "W.P."
Date:
Subject: What should I read?