Re: Trigger behaviour not as stated

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Trigger behaviour not as stated
Дата
Msg-id 20180124181008.GK17109@momjian.us
обсуждение исходный текст
Ответ на Trigger behaviour not as stated  (ian@thepathcentral.com)
Ответы Re: Trigger behaviour not as stated  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
On Wed, Nov 29, 2017 at 07:39:34PM +0000, ian@thepathcentral.com wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/10/static/sql-createtrigger.html
> Description:
> 
> URL: https://www.postgresql.org/docs/current/static/sql-createtrigger.html
> 
> Statement: "In contrast, row-level triggers are fired for all affected
> partitions or child tables."
> 
> Row-level triggers are not fired on child tables where the trigger ON BEFORE
> UPDATE | DELETE is on the parent table. Only works on BEFORE INSERT.

Uh, can you email us an example of the failure so we can research it? 
Thanks.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: PARALLEL in old syntax for CREATE AGGREGATE
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Trigger behaviour not as stated