Re: Transaction-level advisory lock unlocking and transaction end

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Transaction-level advisory lock unlocking and transaction end
Дата
Msg-id 6546.1421341745@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Transaction-level advisory lock unlocking and transaction end  (Saimon Lim <aimon.slim@gmail.com>)
Список pgsql-general
Saimon Lim <aimon.slim@gmail.com> writes:
>> Transaction-level lock requests ... are automatically released at the end
>> of the transaction ...

>   So, what order will the use of transactions and unlock the lock?
> The transaction would be applied at first and the lock would be unlocked
> after it or vice versa?
> Or any order in this case is not guaranteed?

Locks are always released after the transaction has committed.

            regards, tom lane


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pgagent jobs Could not connect to the database !
Следующее
От: Paul Ramsey
Дата:
Сообщение: Re: Indexing large table of coordinates with GiST