Re: running query

From: pginfo <pginfo(at)t1(dot)unisoftbg(dot)com>
To: Hervé Piedvache <herve(at)elma(dot)fr>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: running query
Date: 2002-11-15 11:10:57
Message-ID: 3DD4D641.39136F8A@t1.unisoftbg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I did it.
I start select * from pg_stat_activity;
And as result I see
datid | datname | procpid | usesysid | usename | current_query
-------+---------+---------+----------+----------+---------------
16556 | mybase | 1162 | 2 | myuser |
16556 | mybase | 1163 | 2 | myuser |
16556 | mybase | 1164 | 2 | myuser |
16556 | mybase | 1165 | 2 | myuser |

I do not see the running tasks and I am sure that this tasks exist.

Regards.

=?iso-8859-15?q?Herv=E9=20Piedvache?= wrote:

> Look at contrib folder in the postgresql distribution then pg_monitor
>
> Regards,
>
> Le Vendredi 15 Novembre 2002 11:53, pginfo a écrit :
> > Hi,
> > How can I see all the currently running queryes?
> >
> > thanks.
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> > (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
> --
> Hervé Piedvache
>
> Elma Ingénierie Informatique
> 6 rue du Faubourg Saint-Honoré
> F-75008 - Paris - France
> Tel. 33-144949901
> fax. 33-144949902
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hervé Piedvache 2002-11-15 11:57:00 Re: running query
Previous Message pginfo 2002-11-15 10:53:21 running query