to pass an array and retrive an array from a function

From: srinivas <srinivaschowdary(at)essemm(dot)co(dot)in>
To: "'pgsql-bugs(at)PostgreSQL(dot)org'" <pgsql-bugs(at)PostgreSQL(dot)org>
Subject: to pass an array and retrive an array from a function
Date: 2001-09-25 05:31:20
Message-ID: 111F528ABE61D511BD3C0050DA5CA0A2C5F5@JAGUAR
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

i need a solution how to pass an array into a function and retrieve an
array from a function,itried but encountered many problems itried using
setof while returning but i couldnt solve it can any one help out with
this problem.
if possible send me the example code explaining the way we should
follow.

with cheers
chowdary.

Browse pgsql-bugs by date

  From Date Subject
Next Message srinivas 2001-09-25 05:32:33 is there any substitution for cursors
Previous Message srinivas 2001-09-25 05:26:15 how to return multiple values from a function