Re: WAL and pg_dump - Mailing list pgsql-admin

From Tom Lane
Subject Re: WAL and pg_dump
Date
Msg-id 1659.1135294361@sss.pgh.pa.us
Whole thread Raw
In response to Re: WAL and pg_dump  (Mike C <smith.not.western@gmail.com>)
List pgsql-admin
Mike C <smith.not.western@gmail.com> writes:
> I guess if pg_dump was modified to record the last complete transaction id
> (in archive format maybe) then the WAL files could be used?

No.  pg_dump output and WAL files are at two utterly different levels of
abstraction --- the WAL files describe the exact placement of tuples
within tables and indexes, to mention just one example.  There's no hope
of using pg_dump output to reproduce the state of a database exactly
enough that you could apply WAL files to it.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Create Index Locking Question
Next
From: Michael Fuhr
Date:
Subject: Re: lo_ functions