Returning rows from functions

From: "David Durst" <ddurst(at)la-rubber(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Returning rows from functions
Date: 2002-07-11 00:37:41
Message-ID: 1371.10.1.1.39.1026347861.squirrel@www.la-rubber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I was wondering if there was a way of returning a complete row from a
function, in reading the documentation of CREATE FUNCTION. I was under the
impression that you could return a row by using setof, but this does not
seem to be true.
Can anyone help?

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2002-07-11 01:50:45 Re: How to get total number of rows when using LIMIT/OFFSET?
Previous Message Josh Berkus 2002-07-10 21:57:35 Re: BETWEEN bug?