Comment 3 for bug 256042

Revision history for this message
Karoly Molnar (karoly-molnar) wrote :

One more fix needed.

Links:
http://trac.edgewall.org/ticket/6776

A completely different solution is to use the unpatched Trac installation and execute the following against the database:
CREATE FUNCTION pg_catalog.text(integer) RETURNS text STRICT IMMUTABLE LANGUAGE SQL AS 'SELECT textin(int4out($1));'; CREATE CAST (integer AS text) WITH FUNCTION pg_catalog.text(integer) AS IMPLICIT;"