pg_xlog

Started by qmisabout 22 years ago2 messageshackers
Jump to latest
#1qmis
qmis@nospamblitz.pl

Hi all

How can i read transactions from "write ahead log " pg_xlog ?
It is possible ?

regards
S.W

#2Bruce Momjian
bruce@momjian.us
In reply to: qmis (#1)
Re: pg_xlog

qmis wrote:

Hi all

How can i read transactions from "write ahead log " pg_xlog ?
It is possible ?

No, it is all binary and read only on startup after a crash. If you want
to interpret it, you have to read the backend code that reads it during
recovery.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073