[Tickets #10919] Re: Postgresql 9.0 bytea output is hex and should be escape
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Oct 21 21:32:04 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10919
------------------------------------------------------------------------------
Ticket | 10919
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Postgresql 9.0 bytea output is hex and should be escape
Queue | Horde Base
Version | Git master
Type | Bug
-State | Assigned
+State | Resolved
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2013-10-21 21:32) wrote:
Turns out this error s due to the version of the libpg not being
recent enough to work with the new 9.x default of returning bytea data
as hex.
I.e, If you uppgrade pgsql to 9.x you MUST make sure you recompile or
update pdo_pgsql with version libpg >= 9.2 (9.1.x was tested and is
broken in this regard).
More information about the bugs
mailing list