Обсуждение: BUG #8169: change in bytea value in postgresql 8.3 and 9.2.4

Поиск
Список
Период
Сортировка

BUG #8169: change in bytea value in postgresql 8.3 and 9.2.4

От
email4rajeshk@gmail.com
Дата:
The following bug has been logged on the website:

Bug reference:      8169
Logged by:          RAJESH KRISHNAN K
Email address:      email4rajeshk@gmail.com
PostgreSQL version: 9.2.4
Operating system:   RHEL 6
Description:        =


There is a huge change in bytea value in postgresql 8.3 and 9.2.4

Can we convert 9.2.4 bytea value to 8.3

PLease Help

Re: BUG #8169: change in bytea value in postgresql 8.3 and 9.2.4

От
Tom Lane
Дата:
email4rajeshk@gmail.com writes:
> There is a huge change in bytea value in postgresql 8.3 and 9.2.4
> Can we convert 9.2.4 bytea value to 8.3

You're probably looking for bytea_output:
http://www.postgresql.org/docs/9.2/static/runtime-config-client.html#GUC-BYTEA-OUTPUT

            regards, tom lane