Re: before trigger doesn't, on insert of too long data

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: before trigger doesn't, on insert of too long data
Дата
Msg-id 20031110220224.GB27541@wolff.to
обсуждение исходный текст
Ответ на Re: before trigger doesn't, on insert of too long data  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-bugs
On Mon, Nov 10, 2003 at 21:48:30 +0100,
  Gaetano Mendola <mendola@bigfoot.com> wrote:
> Seems to me too, from the standard:
>
> "The order of execution of a set of triggers is ascending by value of
> their timestamp of creation in their
> descriptors, such that the oldest trigger executes first. If one or more
> triggers have the same timestamp value,
> then their relative order of execution is implementation-defined."

I don't think Postgres uses that ordering. My memory is that it is based
on the collation order of the trigger name because that allowed better
control of trigger firing order.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dumpall does not save CREATE permission on databases
Следующее
От: Neil Conway
Дата:
Сообщение: Re: before trigger doesn't, on insert of too long data