array ... - Mailing list pgsql-admin

From Loïc TREGOUËT
Subject array ...
Date
Msg-id 38FDA325.264136B4@ext.cri74.org
Whole thread Raw
List pgsql-admin
    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


pgsql-admin by date:

Previous
From: "Rainer Mager"
Date:
Subject: RE:
Next
From: "Vladimir V. Zolotych"
Date:
Subject: Re: array ...