stored function - array parameter - how many element in array ? - Mailing list pgsql-general

From Özgür Tuğrul
Subject stored function - array parameter - how many element in array ?
Date
Msg-id f93136c90607130538y26461196vbad65d580f0107bc@mail.gmail.com
Whole thread Raw
Responses Re: stored function - array parameter - how many element in array ?  ("Merlin Moncure" <mmoncure@gmail.com>)
Re: stored function - array parameter - how many element in array ?  (Claire McLister <mclister@zeesource.net>)
List pgsql-general
hello,
 
the question is very clear .. when we write stored function, we can use array parameter as a variable  .. but, in the function, how do i know how many element in that array ?
 
i want to perform some dml operations about each one like (delete, update or delete)
 
can anyone show me the example or tell me the function name i should use ..
 
regards
---------------------------------------------------------------------------------------------------------------
There is no e-mail anymore .. There is Gmail :)

pgsql-general by date:

Previous
From: Bill Moran
Date:
Subject: Re: db clustering?
Next
From: "Merlin Moncure"
Date:
Subject: Re: stored function - array parameter - how many element in array ?