Re: Interrupting Cursors

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Steve Tucknott <steve(at)retsol(dot)co(dot)uk>
Cc: PostGreSQL <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Interrupting Cursors
Date: 2006-05-22 18:20:58
Message-ID: 20060522182058.GA11407@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, May 22, 2006 at 07:10:39PM +0100, Steve Tucknott wrote:
> Thanks for the pointers - we use Linux so I had thought of just using ps
> - but I'll also look into the pg_stat_activity table and see what's in
> that ...

pg_stat_activity is a view. To learn more about it and monitoring
in general see the "Monitoring Database Activity" chapter in the
documentation.

http://www.postgresql.org/docs/8.1/interactive/monitoring.html

--
Michael Fuhr

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message sam karush 2006-05-23 09:56:07 Re: PG on zeta 1.0
Previous Message Steve Tucknott 2006-05-22 18:10:39 Re: Interrupting Cursors