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

From Alvaro Herrera
Subject Re: Concurrent modification of plpgsql function body
Date
Msg-id 20080107191729.GJ4723@alvh.no-ip.org
Whole thread Raw
In response to Re: Concurrent modification of plpgsql function body  (Alex Vinogradovs <AVinogradovs@Clearpathnet.com>)
Responses Re: Concurrent modification of plpgsql function body  (Alex Vinogradovs <AVinogradovs@Clearpathnet.com>)
Re: Concurrent modification of plpgsql function body  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
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?



--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Announcing PostgreSQL RPM Buildfarm
Next
From: Alex Vinogradovs
Date:
Subject: Re: Concurrent modification of plpgsql function body