Re: Concurrent modification of plpgsql function body

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Concurrent modification of plpgsql function body
Date: 2008-01-07 19:17:29
Message-ID: 20080107191729.GJ4723@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Vinogradovs 2008-01-07 19:19:30 Re: Concurrent modification of plpgsql function body
Previous Message Scott Marlowe 2008-01-07 19:13:04 Re: Announcing PostgreSQL RPM Buildfarm