Re: Arrays in V1 calls - Mailing list pgsql-novice

From Tom Lane
Subject Re: Arrays in V1 calls
Date
Msg-id 9659.1014852928@sss.pgh.pa.us
Whole thread Raw
In response to Arrays in V1 calls  (mila boldareva <pierro@dds.nl>)
List pgsql-novice
mila boldareva <pierro@dds.nl> writes:
> The column is an array of float8 with V1 method.
> I can't find the method to pick up the arguments-arrays,

deconstruct_array is the most general method, but for arrays of
fixed-size objects (like float8), you can cheat.  There are some
useful examples in the aggregate operators in utils/adt/float.c.

            regards, tom lane

pgsql-novice by date:

Previous
From: mila boldareva
Date:
Subject: Arrays in V1 calls
Next
From: Jochen Kaechelin
Date:
Subject: v7.2-rpms for SuSE7.3