Re: patch adding new regexp functions - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: patch adding new regexp functions
Date
Msg-id 200702202218.l1KMIMN13820@momjian.us
Whole thread Raw
In response to Re: patch adding new regexp functions  (Jeremy Drake <pgsql@jdrake.com>)
List pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------


Jeremy Drake wrote:
> On Sun, 18 Feb 2007, Tom Lane wrote:
>
> > Jeremy Drake <pgsql@jdrake.com> writes:
> > > I will rename the functions regexp_split_to_(table|array) and I will add
> > > an optional limit parameter to the regexp_split_to_table function, for
> > > consistency and to avoid ordering concerns with LIMIT.
> >
> > I'd go the other way: get rid of the limit option all 'round.  It seems
> > like fairly useless complexity.
>
> OK, here is what is hopefully the final version of this patch.  I have
> renamed the functions as above, and removed the optional limit parameter.
> If there are no further complaints, this should be ready to apply.
>
> --
> It is the business of little minds to shrink.
>         -- Carl Sandburg
Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: guc patch: Make variables fall back to default values
Next
From: Bruce Momjian
Date:
Subject: Re: [pgsql-patches] O_DIRECT support for Windows