Quote:
Originally posted by eperich
maybe the problem is
that one must drop the function and
create it new
internally the oid change
I think thats the problem
the core developers are working on a CREATE or REPLACE FUNCTION
But It's planned in the v7.3
|
Ok.
I know that a function is compiled the first time that the function is used, indeed some times if you forget a ";" you obtain a compile error not a create error. Is enough, I think, say to Postgresql: "assume from now that all function are not yet compiled", doesn't exist a way to invalidate
"the flag: already compiled" ?