Re: Large data sets and FOR LOOP's

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bo Lorentsen <bl(at)netgroup(dot)dk>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Large data sets and FOR LOOP's
Date: 2002-03-13 15:08:14
Message-ID: 8568.1016032094@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Bo Lorentsen <bl(at)netgroup(dot)dk> writes:
> But, if I, in my code, make "for loop" on a huge select result (about
> 1.7 mil. rows), my function begin to consume alot of memory.

What PG version?

We fixed quite a few transient-memory-leak problems in plpgsql in 7.2.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bo Lorentsen 2002-03-13 15:35:37 Re: Large data sets and FOR LOOP's
Previous Message Andre Schubert 2002-03-13 12:19:47 Re: REFERENCES