Re: database must be vacuumed with transactions - Mailing list pgsql-admin

From John Scalia
Subject Re: database must be vacuumed with transactions
Date
Msg-id CABzCKRAD21ZzrKjpQM6AL0ycjJf5DMyV=1=8f0G8i2OO1RHM5Q@mail.gmail.com
Whole thread Raw
In response to Re: database must be vacuumed with transactions  (Dave Johansen <davejohansen@gmail.com>)
List pgsql-admin
Logging?

On Thu, Jun 25, 2015 at 11:42 AM, Dave Johansen <davejohansen@gmail.com> wrote:
On Thu, Jun 25, 2015 at 11:38 AM, John Scalia <jayknowsunix@gmail.com> wrote:
The pg_stat_activity table will show you which processes are doing what, and you'll be able to see their process ID from the O/S. That might help you.

Yes, but I need to see which process ID is doing a TON of small transactions which is causing the XID to increment at an unexpectedly high rate and so my question is "if there's a way for me to get the XID for every connection/query?".

pgsql-admin by date:

Previous
From: Dave Johansen
Date:
Subject: Re: database must be vacuumed with transactions
Next
From: Keith
Date:
Subject: Re: database must be vacuumed with transactions