Re: [BUGS] return query with set-returning functions

2008-08-11 Thread Robert Treat
On Monday 11 August 2008 21:38:38 Tom Lane wrote: > Robert Treat <[EMAIL PROTECTED]> writes: > > the second function takes a uuid, looks up an integer representation, and > > then calls the first function. whenever I run it, I get the following > > error: > > > > reconnoiter=# select * from > > str

Re: [BUGS] return query with set-returning functions

2008-08-11 Thread Tom Lane
Robert Treat <[EMAIL PROTECTED]> writes: > the second function takes a uuid, looks up an integer representation, and > then > calls the first function. whenever I run it, I get the following error: > reconnoiter=# select * from > stratcon.fetch_dataset('cfe2aad7-71e5-400b-8418-a6d5834a0386'::uu

[BUGS] return query with set-returning functions

2008-08-11 Thread Robert Treat
we might have found a bug in postgres... first draft of bug report looks like so using 8.3.3, i have the following 2 plpgsql functions reconnoiter=# \df stratcon.fetch_dataset List of functions Schema | Name |