Thread: Novice question: PostgreSQL 7.2.4 running on RedHat linux

Novice question: PostgreSQL 7.2.4 running on RedHat linux

From
David Norris
Date:
When I run pg_ctl start I get back:

ReadRecord: invalid resource manager id 159 at
5/2FEB854

along with a couple other "invalid" messages.  Version
7.2.4 does not have a 'pg_resetxlog' so what do I do
to fix this issue?

Thanks,
David

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. "
BenjaminFranklin ************************************************************************************** "Knowledge will
forevergovern ignorance, and a people who mean to be their own governors, must arm themselves with the power knowledge
gives."James Madison
**************************************************************************************AOL INSTANT MESSENGER ID:
DavidLN66Tiger



__________________________________
Discover Yahoo!
Have fun online with music videos, cool games, IM and more. Check it out!
http://discover.yahoo.com/online.html

Re: Novice question: PostgreSQL 7.2.4 running on RedHat linux

From
Tom Lane
Date:
David Norris <dlnyah00@yahoo.com> writes:
> When I run pg_ctl start I get back:
> ReadRecord: invalid resource manager id 159 at
> 5/2FEB854

> along with a couple other "invalid" messages.

That in itself doesn't indicate a problem.  Are you sure there's really
anything wrong?

> Version 7.2.4 does not have a 'pg_resetxlog' so what do I do to fix
> this issue?

Yes it does, in contrib.

            regards, tom lane