Re: counting transactions

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: "Armand Pirvu (gmail)" <armand(dot)pirvu(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: counting transactions
Date: 2015-09-08 12:56:05
Message-ID: 1118639083.2187087.1441716965175.JavaMail.yahoo@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Armand Pirvu (gmail) <armand(dot)pirvu(at)gmail(dot)com> wrote:

> is there any way to really count the transactions ? In Ingres for
> example I can look in logdump output or in imadb

If you only care about transactions that modify the database, you
could look at the output of the pg_controldata utility and pick off
the NextXID value.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Armand Pirvu (home) 2015-09-09 01:28:23 Re: counting transactions
Previous Message Albe Laurenz 2015-09-08 09:48:29 Re: PostgresDB - Advise on possible data corruption