Re: Forgot to dump old data before re-installing machine - Mailing list pgsql-general

From Tom Lane
Subject Re: Forgot to dump old data before re-installing machine
Date
Msg-id 9038.1200670602@sss.pgh.pa.us
Whole thread Raw
In response to Re: Forgot to dump old data before re-installing machine  ("Dave Page" <dpage@postgresql.org>)
Responses Re: Forgot to dump old data before re-installing machine  ("Dave Page" <dpage@postgresql.org>)
List pgsql-general
"Dave Page" <dpage@postgresql.org> writes:
> Note to the other hackers - is it worth having initdb dump the
> architecture details and configure options used into the cluster in a
> human readble form so we can pickup on this sort of thing more easily
> in the future?

That's what pg_control is for.  We figured out easily enough that this
was an endianness problem; having had "big endian" somewhere in
cleartext wouldn't have improved matters.

            regards, tom lane

pgsql-general by date:

Previous
From: Erik Jones
Date:
Subject: Re: plpythonu
Next
From: Erik Jones
Date:
Subject: Re: Replication Using Triggers