At 05:15 PM 11/30/00 -0800, Nathan Myers wrote: >As for replaying logs against a restored snapshot dump... AIUI, a >dump records tuples by OID, but the WAL refers to TIDs. Therefore, >the WAL won't work as a re-do log to recover your transactions >because the TIDs of the restored tables are all different. Actually, the dump doesn't record tuple OIDs (unless you specifically ask for them), it just dumps source sql. When this gets reloaded you get an equivalent database, but not the same database, that you started out with. That's why I've presumed you can't run the WAL against it. If you and I are wrong I'd love to be surprised! - Don Baccus, Portland OR <[EMAIL PROTECTED]> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert Service and other goodies at http://donb.photo.net.
- Re: [HACKERS] beta testing version Nathan Myers
- Re: [HACKERS] beta testing version Hannu Krosing
- Re: [HACKERS] beta testing version Horst Herb
- Re: [HACKERS] beta testing version Alain Toussaint
- Re: [HACKERS] beta testing version The Hermit Hacker
- Re: [HACKERS] beta testing version Don Baccus
- Re: [HACKERS] beta testing version The Hermit Hacker
- Re: [HACKERS] beta testing version Nathan Myers
- Re: [HACKERS] beta testing version Mitch Vincent
- Re: [HACKERS] beta testing version Nathan Myers
- Re: [HACKERS] beta testing version Don Baccus
- Re: [HACKERS] beta testing version Vadim Mikheev
- Re: [HACKERS] beta testing version Nathan Myers
- Re: [HACKERS] beta testing version Philip Warner
- Re: [HACKERS] beta testing version Nathan Myers
- Re: [HACKERS] beta testing version Tom Lane
- Re: [HACKERS] beta testing version Don Baccus
- Re: [HACKERS] beta testing version Don Baccus
- Re: [HACKERS] beta testing version Vadim Mikheev
- Re: [HACKERS] beta testing version Nathan Myers
- Re: [HACKERS] beta testing version Don Baccus