array size problem - Mailing list pgsql-novice

From Luis Silva
Subject array size problem
Date
Msg-id BAY18-DAV107CC836B947DD9EEB8482B52A0@phx.gbl
Whole thread Raw
Responses Re: array size problem  (John DeSoi <desoi@pgedit.com>)
List pgsql-novice
I there!! i'm having a problem
 
I want to make a function in pl/pgsql with 1 argument, a char[] (ex. identities). Is it possible to get the size of the array
 
example:
i=0;
WHILE i < identities.size LOOP
 
    sql.........
    i++;
END LOOP;
 
thanks in advance

pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: backup by schema
Next
From: John DeSoi
Date:
Subject: Re: array size problem