Try to see contrib/array in the distribution.
Loпc TREGOUЛT wrote:
> Hie,
>
> Is there any possibility to know the number of record in an array
> into a table .
>
> Example :
>
> create table test (
> id int4,
> array int4[]
> );
>
> How can i know , how many record i have in array ? (PHP , SQL ....)
>
> Thanks