Re: functions returning sets

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Rogers <jrogers(at)findlaw(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, Joe Conway <mail(at)joeconway(dot)com>
Subject: Re: functions returning sets
Date: 2003-12-16 00:40:07
Message-ID: 17389.1071535207@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeff Rogers <jrogers(at)findlaw(dot)com> writes:
> I expect this latter to return all the ids, but it seems to only return every
> other one.

Hmm, this looks like a bug having to do with not resetting state
correctly for the next invocation of the SRF. Hard to tell whether
the bug is in your code or the system's support for SRFs though.

Joe, did you see
http://archives.postgresql.org/pgsql-general/2003-12/msg00709.php
? I don't have time to look at this right now ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-16 00:42:09 Re: ISO 8601 "Time Intervals" of the "format with time-unit
Previous Message Bruce Momjian 2003-12-16 00:39:00 Re: ISO 8601 "Time Intervals" of the "format with time-unit