Array as parameter in plpgSQL functions

From: "Sveinung Haslestad" <sveinung(dot)haslestad(at)swipnet(dot)se>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Array as parameter in plpgSQL functions
Date: 2001-01-31 20:30:09
Message-ID: 002201c08bc4$9b8f8920$0d6e97d4@s243838
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2001-01-31 20:47:48 Re: Array as parameter in plpgSQL functions
Previous Message Rick Delaney 2001-01-31 18:44:16 Re: Permissions for foreign keys