Forum OpenACS Development: Re: Res: Major revision of the XOTcl interface to the Content Repository and to ACS objects and ACS Object Types in general

I think you are safe to fix them and please provide an upgrade as well. Do you know if this problem exists in Oracle as well?
define_function_args does not exist in oracle at all, since it is implemented to mimic the oracle meta data for stored procedures. It is a postgres only problem.

I am pretty sure, some more interface descriptions are still missing or incorrect. My suggestion is to fix the above set of definitions soon in cvs head and do a second round, checking attribute names and defaults of the existing definitions against the actual stored procedures, and then compare the interface definitions with Oracle and complete where necessary.