Re: Exclusive Locks Taken on User Tables?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Exclusive Locks Taken on User Tables?
Дата
Msg-id 29826.1194382781@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Exclusive Locks Taken on User Tables?  (Marc <pgsql-general@mbreslow.net>)
Список pgsql-general
Marc <pgsql-general@mbreslow.net> writes:
> My original reason for reaching out to the list was over confusion as to
> when an EXCLUSIVE lock would be taken table level since the documentation
> says this should never happen except to some system catalogs.  Is there
> something missing from the documentation?

It's not a lock on a table, as you would soon find out if you were
paying attention to more columns of the pg_locks view.  It's a lock
on a row.

            regards, tom lane

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

Предыдущее
От: Marc
Дата:
Сообщение: Re: Exclusive Locks Taken on User Tables?
Следующее
От: Reg Me Please
Дата:
Сообщение: Re: Syntax error in a large COPY