Tom Lane wrote:
> Joe Conway <[EMAIL PROTECTED]> writes:
> 
>>I'll give it a shot, but a crude gameplan/general guidance to get me 
>>started would be much appreciated.
> 
> 
> AFAIK, the only code you should need to touch is in
>       src/include/utils/array.h
>       src/backend/utils/adt/arrayfuncs.c
>       src/backend/utils/adt/arrayutils.c
> 
> Look around for other references to ArrayType, but I don't *think* there
> is anything else that processes arrays directly; everything else
> should be calling construct_array() or deconstruct_array().

OK. I should have a bit more time today and tonight. I'll see what I can 
get done with this.

Thanks,

Joe



---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to