Re: Concurrent modification of plpgsql function body

From: Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(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:19:30
Message-ID: 1199733570.63464.29.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-01-07 19:22:37 Re: Concurrent modification of plpgsql function body
Previous Message Alvaro Herrera 2008-01-07 19:17:29 Re: Concurrent modification of plpgsql function body