Yes, I'm using CREATE OR REPLACE.
Alex.
On Mon, 2008-01-07 at 16:17 -0300, Alvaro Herrera wrote:
> Alex Vinogradovs wrote:
> > I mean I re-create the function with the same signature but
> > different body, and when the application invokes that function
> > again, it starts getting those errors.
>
> Are you using CREATE OR REPLACE FUNCTION, or DROP FUNCTION followed by
> CREATE FUNCTION?
>
>
>