
jon at endpoint
May 13, 2008, 4:02 PM
Post #1 of 1
(87 views)
Permalink
|
|
PostgreSQL 8.3 incompatibility
|
|
Interchange users, In PostgreSQL 8.3 many implicit casts were removed, some of which Interchange relied on. By default, the Standard demo and some Interchange core SQL does not work with PostgreSQL 8.3. We expect to work around this in a future version of Interchange, but at the moment the easiest way to get things working is to manually put back the removed casts, as Peter Eisentraut describes here: http://people.planetpostgresql.org/peter/index.php?/archives/18-Readding-implicit-casts-in-PostgreSQL-8.3.html Running his pg83-implicit-casts.sql script fixes the known problems with the Standard demo. This issue affects all versions of Interchange, but does not affect earlier versions of PostgreSQL. FYI, Jon -- Jon Jensen End Point Corporation http://www.endpoint.com/ _______________________________________________ interchange-users mailing list interchange-users[at]icdevgroup.org http://www.icdevgroup.org/mailman/listinfo/interchange-users
|