Re: Triggers, again.. ;-)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Triggers, again.. ;-)
Дата
Msg-id 10692.1109093724@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Triggers, again.. ;-)  (Phil Endecott <spam_from_postgresql_general@chezphil.org>)
Список pgsql-general
Phil Endecott <spam_from_postgresql_general@chezphil.org> writes:
> I would understand this if I were doing an "ALTER TABLE", for example.
> But does adding or removing a trigger really count as "schema-altering"?

[ shrug... ]   Hard to say.  Probably depends a lot on what the trigger
does.  I suppose we could at least reduce the lock from AccessExclusive
to Exclusive, which would allow concurrent readers (since SELECT by
definition doesn't fire any triggers).

No one's really gone through and taken a hard look at whether every
single DDL operation needs the maximum lock ...

            regards, tom lane

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

Предыдущее
От: "Craig Bryden"
Дата:
Сообщение: Re: ADO and timestamp/date errors
Следующее
От: Joe Maldonado
Дата:
Сообщение: Re: vacuuming slow