Re: array support patch phase 1 patch

From: Joe Conway <mail(at)joeconway(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: array support patch phase 1 patch
Date: 2003-06-27 22:14:27
Message-ID: 3EFCC1C3.7060909@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Peter Eisentraut wrote:
> Bruce Momjian writes:
>
>>Patch applied. Joe, I need some text about this patch for the release
>>notes. It has so much stuff in it I don't know how to describe it.
>
> This patch still contained documentation of functions array_subscript(),
> array_assign() which were not included in the final version of the code.
> Can someone adjust the documentation?
>

Sorry -- I thought I had gotten all of those. In any case, I need to
make a complete pass on the array docs once I'm sure what will and won't
make it into this release. I was planning to do the cleanup pass once
beta starts.

Joe

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Kim Ho 2003-06-27 22:28:27 Re: Allow setObject(x,y,Types.BIT) if y is a Number &
Previous Message Bruce Momjian 2003-06-27 22:07:10 Re: Missing array support