Re: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory
Date
Msg-id Pine.BSO.4.64.0901221802380.10968@leary.csoft.net
Whole thread Raw
In response to Re: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory  (ErMejo <ermejo@gmail.com>)
List 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


pgsql-jdbc by date:

Previous
From: ErMejo
Date:
Subject: Re: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory
Next
From: Kris Jurka
Date:
Subject: Re: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory