I'm working on moving to acs5/AOL4/9i. I've got ACS Head as well as AOL4 beta 8 and the various modules compiled but I've run into the Oracle delete problem.
I'm thinking about writting a sh script to change all the deletes to rm. I think the tcl code as well as the Postgres code needs to change also. Since this involves so many files as well as modules not in core I think a conversion script will be best.
I've looked thru the threads about this and I don't see anything about a fix. Anybody else have any thoughts about this. I picked rm because it's fairly clear what it does and it's shorter than delete. On the Postgres side it could be a problem if the name is longer. I've also got the Postgres version installed and working so I can test both.