Re: see all queries incoming - Mailing list pgsql-novice

From Kretschmer Andreas
Subject Re: see all queries incoming
Date
Msg-id 20050828123700.GA1709@kaufbach.delug.de
Whole thread Raw
In response to see all queries incoming  (Flávio Brito <flavio@gral.org.br>)
Responses Re: see all queries incoming  (Michael Fuhr <mike@fuhr.org>)
Re: see all queries incoming  (Flávio Brito <flavio@gral.org.br>)
List pgsql-novice
Flávio Brito <flavio@gral.org.br> schrieb:

> How can I see, such as MSSQL screen, all queries that are processing in real
> time?
>
> I want to monitor all the queries that are being processed by a user in real
> time.

watch "echo \"SELECT * FROM pg_stat_activity;\" | psql -U <user> <db>

(and enable stats_command_string)


Regards, Andreas
--
Diese Message wurde erstellt mit freundlicher Unterstützung eines freilau-
fenden Pinguins aus artgerechter Freilandhaltung.   Er ist garantiert frei
von Micro$oft'schen Viren. (#97922 http://counter.li.org)     GPG 7F4584DA
Was, Sie wissen nicht, wo Kaufbach ist? Hier: N 51.05082°, E 13.56889° ;-)

pgsql-novice by date:

Previous
From: Flávio Brito
Date:
Subject: see all queries incoming
Next
From: Michael Fuhr
Date:
Subject: Re: see all queries incoming