Re: [GENERAL] Sending Results From One Function As Input into Another Function

2011-09-27 Thread Jeff Adams
Thanks for the response Laurenz. I will give it a go... Jeff -Original Message- From: Albe Laurenz [mailto:laurenz.a...@wien.gv.at] Sent: Monday, September 26, 2011 7:50 AM To: Jeff Adams *EXTERN*; pgsql-general@postgresql.org Subject: RE: [GENERAL] Sending Results From One Function As

Re: [GENERAL] Sending Results From One Function As Input into Another Function

2011-09-26 Thread Merlin Moncure
On Mon, Sep 26, 2011 at 6:49 AM, Albe Laurenz wrote: > Jeff Adams wrote: >> I need to send the results (SETOF RECORDS) from one function into > another >> function, to produce another result (SETOF RECORDS). I am not quite > sure how >> to do get this done. The first function filters a large table

Re: [GENERAL] Sending Results From One Function As Input into Another Function

2011-09-26 Thread Albe Laurenz
Jeff Adams wrote: > I need to send the results (SETOF RECORDS) from one function into another > function, to produce another result (SETOF RECORDS). I am not quite sure how > to do get this done. The first function filters a large table down a more > manageable dataset. I want to send the results o