24 Apr 2012 02:29
Calling a plpgsql function with an array of results?
Wells Oliver <wellsoliver <at> gmail.com>
2012-04-24 00:29:47 GMT
2012-04-24 00:29:47 GMT
Trying to call my function like so:
select myschema.myfunction(select myid from mytable);
myfunction has the signature: myfunction(integer[])
myid is an integer; I am trying to select them as an array to pass to the function.
RSS Feed