View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 01:30 AM
Kris Jurka
 
Posts: n/a
Default Re: How to recoup the messages on the execution of a query



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


---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Reply With Quote