Re: too many trigger records found for relation "item" -

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: too many trigger records found for relation "item" -
Дата
Msg-id 18331.1169563428@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: too many trigger records found for relation "item" -  (Csaba Nagy <nagy@ecircle-ag.com>)
Ответы Re: too many trigger records found for relation "item" -  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-general
Csaba Nagy <nagy@ecircle-ag.com> writes:
> The responsible code is in src/backend/commands/trigger.c, and I
> think it only happens if you manage to create/drop a new trigger (which
> also could be a FK trigger created by a new foreign key referencing that
> table, as in our case) exactly between that code gets the count of the
> triggers and processes them.

All such code takes exclusive lock on the table, so the above
explanation is impossible.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Regular expressions and arrays and ANY() question
Следующее
От: "Erick Papadakis"
Дата:
Сообщение: Re: Installing PostgreSQL under Cpanel