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

From Alex Vinogradovs
Subject Concurrent modification of plpgsql function body
Date
Msg-id 1199477438.63464.24.camel@localhost
Whole thread Raw
Responses Re: Concurrent modification of plpgsql function body
List pgsql-general
Hello all,


I've got an application that keeps a persistent connection into the
database and constantly executes number of stored functions. Sometimes
I need to modify the implementation of those functions to change the
data layout, but doing that results in errors like this:

unrecognized node type: 1852387187

Is it allowed to modify those functions from other connections ?

Thanks!

Best regards,
Alex Vinogradovs

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgres 8.3 betat 1 version download
Next
From: Chris Browne
Date:
Subject: Re: [OT] Slony (initial) Replication - Slow