Re: update functions locking tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: update functions locking tables
Дата
Msg-id 15936.1125365702@sss.pgh.pa.us
обсуждение исходный текст
Ответ на update functions locking tables  (Clodoaldo Pinto <clodoaldo.pinto@gmail.com>)
Ответы Re: update functions locking tables  (Clodoaldo Pinto <clodoaldo.pinto@gmail.com>)
Список pgsql-general
Clodoaldo Pinto <clodoaldo.pinto@gmail.com> writes:
> I've been trying for 3 days to figure out what is happening to no
> avail. What am i missing about transactions and MVCC? What could make
> a plpgsql update function lock a table?

What is the function doing to the table, exactly?  DDL changes generally
take exclusive locks ...

            regards, tom lane

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

Предыдущее
От: Clodoaldo Pinto
Дата:
Сообщение: update functions locking tables
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: update functions locking tables