Re: problem with locale :

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with locale :
Дата
Msg-id 23783.1238346609@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: problem with locale :  (Eugenio Modesti <eugenio.modesti@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: SydMosh
Дата:
Сообщение: Doubt about SELECT
Следующее
От: Paul Wehr
Дата:
Сообщение: Using foreign key constraint to eliminate unnecessary joins in view