Re: table size growing out of control

From: nconway(at)klamath(dot)dyndns(dot)org (Neil Conway)
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: table size growing out of control
Date: 2002-07-16 23:43:07
Message-ID: 20020716234307.GA32488@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jul 16, 2002 at 07:37:56PM -0400, Robert Treat wrote:
> Is there a way to verify the existence of the old open transactions?

select * from pg_stat_activity;

or

ps aux | grep postgres

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kuhn, Dylan K (NDTI) 2002-07-17 00:10:32 NULL Foreign Key
Previous Message Chris Albertson 2002-07-16 23:42:49 Re: Fortran functions?