Re: How to recoup the messages on the execution of a query - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: How to recoup the messages on the execution of a query
Date
Msg-id Pine.BSO.4.64.0701102356160.1493@leary2.csoft.net
Whole thread Raw
In response to How to recoup the messages on the execution of a query while the query is running ,using java(JDBC)?  ("claudio ferraz" <claudioaferraz@gmail.com>)
List pgsql-jdbc

On Mon, 8 Jan 2007, claudio ferraz wrote:

> I need get messages about a query execution while the query is running,
> using JAVA. The messagens are those shown by PgAdmim III Query, in the
> tabPage "Messages" , while the quey is being executed.
> somebody knows make this?
>

SELECT * FROM pg_stat_activity ?  Since we don't support multiple
simultaneous query executions you will need to open another Connection to
the database.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re:
Next
From: Kris Jurka
Date:
Subject: Re: Cannot create PoolableConnectionFactory