Hi Frank,
Thank you for the answer. I was able to install and saw these same errors you said, but I thought you were already working on it. I guess I'll have to change some of the queries myself then. :) Maybe we could share query changes to be faster.
However, there's a HUGE issue with PostgreSQL 8.4. It's so big that I think it's just impossible to use it on production. Take a look at it here: https://openacs.org/forums/message-view?message_id=3804765
It seems like Victor Guerra has fixed it already, but I can't say for sure because we don't know how the fix was. So, we have the following problem:
- PostgreSQL 8.2 "disappeared" from almost every Linux distributions. The only way is to compile it now. I couldn't install PO on it also. I've even tried 8.2.22 and 8.2.13, and neither work.
- PostgreSQL 8.3 is still present and it doesn't have the index problems I told you, but we need to add explicit type casts. I couldn't install PO on it also.
- PostgreSQL 8.4 needs explicit type casts in some points and I was able to install it, but there's the performance problems.
I'm not even thinking about PostgreSQL 9 yet, because there were still a lot of changes, good and bad to our datamodel. So, the question is: what's the PostgreSQL target version to PO? Should we keep trying it on 8.4 or come back to other version?
P.S.: I don't know if I'm getting blind but I couldn't find PO CVS address. Would you mind to give me this information again?