Re: [pgadmin-support] Suggestion Queries

2007-03-22 Thread Dave Page
Ezequias R. da Rocha wrote: > Hi list, > > Would be great if pgAdmin could report the current query of the database > in the Server Status (in a new tab) > > A little help could be here: > > select current_query from pg_stat_activity; > > or (more completely) > > select * from pg_stat_activity

[pgadmin-support] Suggestion Queries

2007-03-22 Thread Ezequias R. da Rocha
Hi list, Would be great if pgAdmin could report the current query of the database in the Server Status (in a new tab) A little help could be here: select current_query from pg_stat_activity; or (more completely) select * from pg_stat_activity; -- Atenciosamente Ezequias Rodrigues da Rocha