problem returning setof records

From: glenn <vmstech(at)tpg(dot)com(dot)au>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: problem returning setof records
Date: 2003-02-21 04:37:54
Message-ID: 1045802273.23215.18.camel@thor.valhalla
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

hi again
If create a function that returns a setof tablename, then I get a list
of pointers to records (according to what I can glean from archives).
Can anyone tell me how I can turn these into to actual records?
taa
glenn

Browse pgsql-novice by date

  From Date Subject
Next Message glenn 2003-02-21 04:49:28 help with select * from functionname() ?
Previous Message glenn 2003-02-21 01:42:47 help with select * from functionname() ?