Re: counting transactions - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: counting transactions
Date
Msg-id 1118639083.2187087.1441716965175.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to counting transactions  ("Armand Pirvu (gmail)" <armand.pirvu@gmail.com>)
Responses Re: counting transactions
List pgsql-admin
Armand Pirvu (gmail) <armand.pirvu@gmail.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

pgsql-admin by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: PostgresDB - Advise on possible data corruption
Next
From: "Armand Pirvu (home)"
Date:
Subject: Re: counting transactions