Re: BUG #1756: PQexec eats huge amounts of memory

From: Neil Conway <neilc(at)samurai(dot)com>
To: Denis Vlasenko <vda(at)ilport(dot)com(dot)ua>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1756: PQexec eats huge amounts of memory
Date: 2005-07-07 07:31:09
Message-ID: 42CCDA3D.5060103@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Denis Vlasenko wrote:
> The same php script but done against Oracle does not have this
> behaviour.

Perhaps; presumably Oracle is essentially creating a cursor for you
behind the scenes. libpq does not attempt to do this automatically; if
you need a cursor, you can create one by hand.

-Neil

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Boris Sukholitko 2005-07-07 14:08:47 BUG #1759: domain check constraint ignored in prepared statement
Previous Message Denis Vlasenko 2005-07-07 06:51:54 Re: BUG #1756: PQexec eats huge amounts of memory