Re: bytea corruption?

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: bytea corruption?
Дата
Msg-id f21c5eb8-777c-48ab-b4a0-a380bae5e32b@mm
обсуждение исходный текст
Ответ на Re: bytea corruption?  (Nathan Jahnke <njahnke@gmail.com>)
Ответы Re: bytea corruption?
Список pgsql-general
    Nathan Jahnke wrote:

> thanks for your help. unfortunately i'm still getting corruption on
> this particular data (available at
> http://nate.quandra.org/data.bin.0.702601051229191 ) even with these
> changes:
>
> # ./bytea.pl
> Argument "DBD::Pg::PG_BYTEA" isn't numeric in subroutine entry at
> ./bytea.pl line 18.
> 37652cf91fb8d5e41d3a90ea3a22ea61 != ce3fc63b88993af73fb360c70b7ec965

Ah, you also need to add
use DBD::Pg;
at the beginning of the script for DBD::Pg::PG_BYTEA to be properly
evaluated.

Best regards,
--
 Daniel
 PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org

В списке pgsql-general по дате отправления:

Предыдущее
От: Nathan Jahnke
Дата:
Сообщение: Re: bytea corruption?
Следующее
От: Sergey Samokhin
Дата:
Сообщение: How to simulate crashes of PostgreSQL?