Re: Not using suppress_redundant_updates_trigger in sql-createtrigger.html#examples

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Not using suppress_redundant_updates_trigger in sql-createtrigger.html#examples
Дата
Msg-id 1369890.1592329185@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Not using suppress_redundant_updates_trigger insql-createtrigger.html#examples  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Not using suppress_redundant_updates_trigger insql-createtrigger.html#examples
Список pgsql-docs
Bruce Momjian <bruce@momjian.us> writes:
> I have developed the attached patch which is in a better direction.

I still wish you wouldn't jam this topic into an only-marginally-related
sentence.  In the case at hand, the point that the existing text is
making is that a no-op update will fire triggers.  Which is not
something that suppress_redundant_updates_trigger will suppress,
so again it seems confusing to mention that in the same breath.

I think that perhaps the right thing to do is add a new para to
CREATE TRIGGER's "Notes" section, along the lines of

       There are a few built-in trigger functions that can be used
       to solve common problems without having to write your own trigger
       code.  See Section 9.28.

This would have the advantage of covering the other built-in triggers
not only suppress_redundant_updates_trigger.

            regards, tom lane



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Not using suppress_redundant_updates_trigger insql-createtrigger.html#examples
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Not using suppress_redundant_updates_trigger insql-createtrigger.html#examples