Actions
HowTo make Wiki history working with Postgres 90 » History » Revision 1
Revision 1/30
| Next »
Florian Breitwieser, 2011-02-21 17:28
HowTo make Wiki history working with Postgres 9.0¶
PostgreSQL 9 introduced a new 'hex' format for bytea data input and output. Default for output is now hex, but it can be easily reverted to the old 'escape' format with the following command:
ALTER DATABASE redmine SET bytea_output TO 'escape';
See also #7677.
Updated by Florian Breitwieser over 13 years ago · 1 revisions