Tom Lane wrote:
> (Joe, I couldn't find a self-contained example using a function-returning-
> record after a bit of searching in the 7.4 docs. Surely there is one?)
Looks like only one (see bottom of "Examples" section):
http://www.postgresql.org/docs/current/static/sql-select.html
Probably could use more examples somewhere.
We frequently direct people to Stephan Szabo's "Set Returning Functions"
page on Techdocs:
http://techdocs.postgresql.org/guides/SetReturningFunctions
Joe