Why is lock not released?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Why is lock not released?
Дата
Msg-id 20050819161433.GA14344@surnet.cl
обсуждение исходный текст
Ответы Re: Why is lock not released?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I just noticed that AlterSchemaOwner (and others like AlterFunctionOwner
-- I haven't checked anything else yet) does not release the lock on
pg_namespace (resp. AlterFunctionOwner) after it's done changing it.  Is
there a reason for this?

I notice ATExecChangeOwner uses a different mechanism, but it still
locks the relation until transaction end.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"Ni aun el genio muy grande llegaría muy lejos
si tuviera que sacarlo todo de su propio interior" (Goethe)

Вложения

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: [GENERAL] Cascades Failing
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: SetOf Functions