bytea_output default value change in 9.0 breaks Apache::Session::Postgres

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah
Тема bytea_output default value change in 9.0 breaks Apache::Session::Postgres
Дата
Msg-id AANLkTikkE-jQ9srZ9VL1JuJ5h=UCutx8ZLim+OfQ1T4z@mail.gmail.com
обсуждение исходный текст
Ответы Re: bytea_output default value change in 9.0 breaks Apache::Session::Postgres  (Frank Heikens <frankheikens@mac.com>)
Список pgsql-general
Dear List ,

recent change of bytea_output format from escape to hex in 9.0 apparently breaks
popular persistent session handling perl modules like Apache::Session::Postgres
which stores pickled data structures in bytea columns of db table.
It is difficult to guess the root cause from the exception thrown by
the said module.
The problem is fixed by adding
bytea_output='escape'  in postgresql.conf
and issuing a pg_ctl reload.


Eg in RT application the error is:
error:  RT couldn't store your session.
This may mean that that the directory /blah/blah/foo/bar isn't
writable or a database table is missing or corrupt

Regds
Rajesh Kumar Mallah.

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

Предыдущее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: Non-standard escape sequences from Crystal Reports
Следующее
От: Vick Khera
Дата:
Сообщение: Re: Need the binary of PG9.0 for Windows 32bit