Re: Meaning of vacuum output

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jeffrey W(dot) Baker" <jwbaker(at)acm(dot)org>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Meaning of vacuum output
Date: 2002-01-16 18:17:18
Message-ID: 11503.1011205038@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jeffrey W. Baker" <jwbaker(at)acm(dot)org> writes:
> I would be very surprised but it isn't impossible. Is there a way to
> query the transaction counter for an open connection?

No easy way I can think of, short of gdb'ing each backend. But you
could use "ps" and look at the start time of each backend process
that isn't showing status "idle".

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeffrey W. Baker 2002-01-16 18:18:53 Re: Meaning of vacuum output
Previous Message Jeffrey W. Baker 2002-01-16 18:10:30 Re: Meaning of vacuum output