Re: Transaction log

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: aaronenabs <aaronenabs(at)btconnect(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Transaction log
Date: 2011-04-06 15:01:38
Message-ID: BANLkTimH+cOhqvsPDdunc-HYrvgt8r3yJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 6, 2011 at 9:48 AM, aaronenabs <aaronenabs(at)btconnect(dot)com> wrote:
> True, i have looked at pg_dumpfile and worked around that, Seems to be a very
> important tool for forensic investigations. But looking for any other aspect
> of the DBMS that can be helpful.

pageinspect is useful.

Also there are hidden xmin and xmax columns in every tuple which can
be helpful also.

Unfortunately there's no way to shut off visibility checks and see the
tuples that MVCC is filtering out.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-04-06 15:02:21 Re: getting to beta
Previous Message Robert Haas 2011-04-06 14:56:48 Re: getting to beta