Forum .LRN Q&A: Re: Res: Re: Res: Re: Problem with create class

Collapse
Posted by Don Baccus on
The problem is that "summary_context_id" was declared to be varchar(100) originally, though the key it references is an integer.

Versions of PG up to 8.2 would automatically convert it to an integer, PG 8.3 correctly catches it as a type incompatibility error.

It was fixed by me in february 2008 so should be in 2.4, actually, *however* I rather stupidly forgot to commit my upgrade script, so I guess I'll have to recreate it...

I'll post here when I do ...

For now, use PG 8.2 ...