"Michael Beckstette" <[EMAIL PROTECTED]> writes: > two last questions about the transaction ID wraparound problem of my DBs I had > yesterday (see former postings). After applying the 'recovery procedure' Tom > suggested now my XIDs are looking almost fine again, except for the template0 > DB.
You don't have to worry about template0 -- it was "frozen" during initdb and does not need vacuuming. > My second point is more a suggestion. After Toms strategy worked quite > well (at least for me) it is maybe worthwhile to put it somewhere in > the docs. Maybe together with other things in a section called > 'Disaster recovery strategies'? I'm not sure it can be claimed to be tested well enough to publish as a recovery strategy. I'm glad it worked for you, but ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match