Re: returning a record from a function? - Mailing list pgsql-sql

From Tom Lane
Subject Re: returning a record from a function?
Date
Msg-id 15038.1014608996@sss.pgh.pa.us
Whole thread Raw
In response to returning a record from a function?  ("Jon Obuchowski" <jon_obuchowski@terc.edu>)
List pgsql-sql
"Jon Obuchowski" <jon_obuchowski@terc.edu> writes:
> Any help with this is appreciated; if I am simply overlooking relevant
> documentation I'd appreciate being pointed towards the relevant page.

This is discussed under the not-too-obvious heading of "composite types"
at
http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/xfunc-sql.html

The short answer is that your function is fine, it's what to do with
the result that's problematic at the moment.
        regards, tom lane


pgsql-sql by date:

Previous
From: "Jon Obuchowski"
Date:
Subject: returning a record from a function?
Next
From: "Dan Langille"
Date:
Subject: processing faster with plpgsql by passing in more data