Re: [PATCHES] writing new regexp functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] writing new regexp functions
Date
Msg-id 12179.1170858238@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] writing new regexp functions  (Jeremy Drake <pgsql@jdrake.com>)
Responses Re: [PATCHES] writing new regexp functions  (David Fetter <david@fetter.org>)
Re: [PATCHES] writing new regexp functions  (Jeremy Drake <pgsql@jdrake.com>)
List pgsql-hackers
Jeremy Drake <pgsql@jdrake.com> writes:
> * Put together a patch to add these functions to core.  I could put them
>   directly in regexp.c, so the support functions could stay static.  My
>   concern here is that I don't know if there are any functions currently
>   in core with OUT parameters.

As of 8.2 there are.

If we are going to include these I would vote for core not contrib
status, exactly to avoid having to export those functions.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Douglas McNaught
Date:
Subject: Re: Anyone going to the LinuxWorld Summit in NYC
Next
From: Andrew Dunstan
Date:
Subject: Re: Chatter on DROP SOMETHING IF EXISTS