Re: contrib: int_array_aggregator() int_array_enum()

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: mlw <markw(at)mohawksoft(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: contrib: int_array_aggregator() int_array_enum()
Date: 2002-02-25 03:45:58
Message-ID: 200202250345.g1P3jwe24514@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Patch applied to /contrib. Thanks.

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

mlw wrote:
> Not sure where to send this, or if it is time for RC1, but here is a small
> contribution.
>
> It is an integer array aggregator and enumerator. It allows you to use the
> "group by" clause to create an integer array, then allows you to extract the
> array as a set of rows.

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-02-25 03:54:28 Re: [PATCH] [LARGE] select * from cursor foo
Previous Message Bruce Momjian 2002-02-25 03:42:10 Re: Undocumented feature costs a lot of performance in COPY