Concurrent modification of plpgsql function body

From: Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Concurrent modification of plpgsql function body
Date: 2008-01-04 20:10:38
Message-ID: 1199477438.63464.24.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-01-04 20:34:39 Re: Problem with pg_dump?
Previous Message Tom Lane 2008-01-04 19:57:07 Re: postgres 8.3 betat 1 version download