[Akonadi] [Bug 252120] Akonadi fails to start with postgres backend. Possibly due to wrong escape '\\ANSWERED'

Martin Atukunda matlads at yahoo.co.uk
Wed Jul 17 05:07:18 BST 2013


https://bugs.kde.org/show_bug.cgi?id=252120

Martin Atukunda <matlads at yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matlads at yahoo.co.uk

--- Comment #5 from Martin Atukunda <matlads at yahoo.co.uk> ---
Futher to what David said, I would to add that if 'standard_conforming_strings'
doesn't fix it for you, then consider changing the type of the column from
bytea to text e.g:

ALTER TABLE flagTable ALTER COLUMN name TYPE text;

This worked for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list