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;" ** Attachment added: "Add explicit casts to str() due to Postgresql 8.3 removing implicit casts." http://launchpadlibrarian.net/16703990/03_pgsql8.3-2.dpatch -- trac v0.10.4-2 doesn't work with PostgreSQL v8.3 https://bugs.launchpad.net/bugs/256042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs