Concurrent modification of plpgsql function body
От
Alex Vinogradovs
Тема
Concurrent modification of plpgsql function body
Дата
Msg-id
1199477438.63464.24.camel@localhost
Список
Дерево обсуждения
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>
Re: Concurrent modification of plpgsql function body Alex Vinogradovs <AVinogradovs@Clearpathnet.com>
Re: Concurrent modification of plpgsql function body Alvaro Herrera <alvherre@commandprompt.com>
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>
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 по дате отправления