Array as parameter in plpgSQL functions

Sveinung Haslestad <sveinung.haslestad@swipnet.se>

From: "Sveinung Haslestad" <sveinung.haslestad@swipnet.se>
To: <pgsql-sql@postgresql.org>
Date: 2001-01-31T20:30:09Z
Lists: pgsql-sql
I need to pass an array to a function ( int4, variable number of elements) .
How do i declare the parameter, and how can i tell the numer of recieved elements?

Thanks
/Sveinung