Re: How to recoup the messages on the execution of a query

From: Kris Jurka <books(at)ejurka(dot)com>
To: claudio ferraz <claudioaferraz(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: How to recoup the messages on the execution of a query
Date: 2007-01-11 04:57:57
Message-ID: Pine.BSO.4.64.0701102356160.1493@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-01-11 05:10:23 Re: JSQL and postgre 8.1
Previous Message Dave Cramer 2007-01-10 15:36:24 Re: