Re: decoding pg_log

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: decoding pg_log
Дата
Msg-id 23086.971280315@sss.pgh.pa.us
обсуждение исходный текст
Ответ на decoding pg_log  ("Ingram, Bryan" <BIngram@sixtyfootspider.com>)
Список pgsql-general
"Ingram, Bryan" <BIngram@sixtyfootspider.com> writes:
> Are there any existant utilities to decode pg_log?

No, but the format is brain-dead simple: two bits per transaction ID,
indexed from ID 0 if I recall correctly.  See the access routines in
src/backend/access/transam/transsup.c for details of bit order etc.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: ACRONYM
Следующее
От: "Efrain Caro"
Дата:
Сообщение: Re: PostgreSQL book