Re: problem with locale : - Mailing list pgsql-general

From Tom Lane
Subject Re: problem with locale :
Date
Msg-id 23783.1238346609@sss.pgh.pa.us
Whole thread Raw
In response to Re: problem with locale :  (Eugenio Modesti <eugenio.modesti@gmail.com>)
List pgsql-general
Eugenio Modesti <eugenio.modesti@gmail.com> writes:
> i tried and i got this output:

> WARNING: Calculated CRC checksum does not match value stored in file.
> Either the file is corrupt, or it has a different layout than this
> program is expecting.  The results below are untrustworthy.

This is proof positive that you have binaries that are not compatible
with that database.  I believe the most likely explanation is that the
database is from a 32-bit machine and you're trying to use 64-bit
executables, or vice versa.

            regards, tom lane

pgsql-general by date:

Previous
From: SydMosh
Date:
Subject: Doubt about SELECT
Next
From: Paul Wehr
Date:
Subject: Using foreign key constraint to eliminate unnecessary joins in view