Re: Concurrent modification of plpgsql function body

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Concurrent modification of plpgsql function body
Дата
Msg-id 20080107191729.GJ4723@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Concurrent modification of plpgsql function body  (Alex Vinogradovs <AVinogradovs@Clearpathnet.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>)
Список 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.

В списке pgsql-general по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Announcing PostgreSQL RPM Buildfarm
Следующее
От: Alex Vinogradovs
Дата:
Сообщение: Re: Concurrent modification of plpgsql function body