Re: Concurrent modification of plpgsql function body - Mailing list pgsql-general

From Alex Vinogradovs
Subject Re: Concurrent modification of plpgsql function body
Date
Msg-id 1199733570.63464.29.camel@localhost
Whole thread Raw
In response to Re: Concurrent modification of plpgsql function body  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
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?
>
>
>

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Concurrent modification of plpgsql function body
Next
From: Tom Lane
Date:
Subject: Re: Concurrent modification of plpgsql function body