Re: [BUGS] memory leak while using cursors

2001-02-12 Thread Craig Schlenter
On Sun, Feb 11, 2001 at 12:59:16PM -0500, Tom Lane wrote: > [EMAIL PROTECTED] writes: > > memory leak while using cursors > > > DECLARE BOB CURSOR FOR select date_part('epoch', call_time), date_part('hour', >call_time), date_part('minute', call_time), date_part('dow', call_time), * from >call_j

Re: [BUGS] memory leak while using cursors

2001-02-11 Thread Tom Lane
[EMAIL PROTECTED] writes: > memory leak while using cursors > DECLARE BOB CURSOR FOR select date_part('epoch', call_time), date_part('hour', >call_time), date_part('minute', call_time), date_part('dow', call_time), * from >call_jan where call_time >= '2000/12/16 00:00:00.000' and call_time < '2