Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order - Mailing list pgsql-docs

From David Pufer
Subject Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order
Date
Msg-id 4629DBC8.4010700@7data.eu
Whole thread Raw
Responses Re: Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order  (Michael Glaesemann <grzm@seespotcode.net>)
List pgsql-docs
Hello docs hackers,

In my opinion it would be nice to mention in SQL reference commands that
constraint triggers created by CREATE CONSTRAINT TRIGGER are fired in
creation order unlike regular triggers created by command CREATE
TRIGGER. As I know, the firing order of the CONSTRAINT TRIGGER is
determined by the XXXXX num at "RI_ConstraintTrigger_XXXXX" column in
pg_trigger table.

Regards,

David Pufer


pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: uuid type not documented
Next
From: Michael Glaesemann
Date:
Subject: Re: Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order