Re: pg_advisory_lock(bigint) vs. LOCK TABLE

Поиск
Список
Период
Сортировка
От Volkan YAZICI
Тема Re: pg_advisory_lock(bigint) vs. LOCK TABLE
Дата
Msg-id 877ibj3gqj.fsf@alamut.mobiliz.com.tr
обсуждение исходный текст
Ответ на Re: pg_advisory_lock(bigint) vs. LOCK TABLE  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: pg_advisory_lock(bigint) vs. LOCK TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Thu, 17 Jul 2008, Alvaro Herrera <alvherre@commandprompt.com> writes:
> Volkan YAZICI wrote:
>> What's the difference between below two queue implementations?
>
> They are two different lock spaces.  pg_advisory_lock does not conflict
> with regular system locks, whereas LOCK TABLE does.

Is this documented in somewhere? I couldn't figure out that from the
documentation.


Regards.


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_advisory_lock(bigint) vs. LOCK TABLE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_advisory_lock(bigint) vs. LOCK TABLE