Joshua Colson <[EMAIL PROTECTED]> writes: > Well, I ended up just using the pg_control file from the running > installation.
The problem with that is that it'll have a fairly current last-checkpoint pointer. You really need a last-checkpoint pointer pointing at where the rollforward needs to start. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match