Re: one last patch - array lower and upper bound - Mailing list pgsql-patches

From Nigel J. Andrews
Subject Re: one last patch - array lower and upper bound
Date
Msg-id Pine.LNX.4.21.0209280010590.20523-100000@ponder.fairway2k.co.uk
Whole thread Raw
In response to Re: one last patch - array lower and upper bound  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: one last patch - array lower and upper bound
List pgsql-patches
On Fri, 27 Sep 2002, Bruce Momjian wrote:

>
> This has been saved for the 7.4 release:
>
>     http://candle.pha.pa.us/cgi-bin/pgpatches2
>
> ---------------------------------------------------------------------------
>
> Joe Conway wrote:
> > The "Allow easy display of usernames in a group (pg_hba.conf uses groups
> > now)" item on the open items, and subsequent plpgsql function I sent in,
> > made me realize it was too hard to get the upper and lower bound of an
> > array. The attached creates two functions that I think will be very
> > useful when combined with the ability of plpgsql to return sets.
> > ...


Bruce,

Is this another one of those missed patches?

I saw this come across the Monday before the freeze at the latest. Indeed it
was this that made me stop rushing to get my C version of this in before the
freeze.

BTW, I don't know if anyone did read the code I posted for comments since there
weren't any comments made, but my version produced what I think of as a
normalised version of pg_group with the extra benefit that is was just a
frontend to a general function. If anyone finds it in the archives (bugger, I
think I've deleted the source tree since doing that) I'd still appreciate
comments on it. I posted it more for technical review/learning than for
inclusion in the source tree.


--
Nigel J. Andrews


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cascaded Column Drop
Next
From: Bruce Momjian
Date:
Subject: Re: one last patch - array lower and upper bound