Hi!
I just spent long time with openacs 3.2.5 and PostgreSQL 7.2.
I was getting some error with values to large to fit into
character(1) fields. Looking at psql 7.2 docs, I've found that
7.2 now does not silently truncate too large strings into smaller
char fields any more, but issues an error. After long time, I
nailed down the SQL function sec_rotate_last_visit(integer,
integer), which was issuing the error. I threw out the code (some
updates, inserts, etc.) and just made the function return 1 in
any case, as I didn't want to follow complete thread of logic or
understand what is the purpose of that function.
Now the whole thing seems to be working on PostgreSQL 7.2.
The question is:
What other things can I expect with PostgreSQL 7.2?
Has anyone had such setup running successfully? As I said, it
seems it is not crashing any more, but I don't even know what
functionality have I thrown out with tweaking that SQL function.
If someone knows what other things I might have ruined, please
let me know! Note that this is first time I'm looking at OpenACS,
and aolserver, but I do have tons of experience with Tcl and
Postgres.
Thanks,
Timotej