Re: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory

From: Kris Jurka <books(at)ejurka(dot)com>
To: ErMejo <ermejo(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory
Date: 2009-01-22 23:05:22
Message-ID: Pine.BSO.4.64.0901221802380.10968@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 22 Jan 2009, ErMejo wrote:

> I solved my problem, but really, why does the PostgreSQL JDBC driver
> have to keep in memory all the RAISE NOTICE texts?
> Can't they simply be discarded/ignored?

The notices are available from Statement.getWarnings(). Why output them
if you were just going to throw them away?

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2009-01-23 18:58:14 Re: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory
Previous Message ErMejo 2009-01-22 22:22:56 Re: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory