On 12:33 am 07/22/08 Steve Martin <steve.martin@xxxxxxxxx> wrote: > Hi, > > I am trying to create a PL/PGSQL function to return the values of the > fields in a record, e.g. 1 value per row in the output of the > function. Are you trying to do a generic function that would work for any table or for just a single table? Is it goint to run against a large data set?