Re: counting transactions

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: counting transactions
Дата
Msg-id 1118639083.2187087.1441716965175.JavaMail.yahoo@mail.yahoo.com
обсуждение исходный текст
Ответ на counting transactions  ("Armand Pirvu (gmail)" <armand.pirvu@gmail.com>)
Ответы Re: counting transactions  ("Armand Pirvu (home)" <armand.pirvu@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: PostgresDB - Advise on possible data corruption
Следующее
От: "Armand Pirvu (home)"
Дата:
Сообщение: Re: counting transactions