[DOCS] Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order

2007-04-21 Thread David Pufer
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 dete

Re: [DOCS] Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order

2007-04-21 Thread Michael Glaesemann
On Apr 21, 2007, at 4:39 , David Pufer wrote: 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

Re: [DOCS] Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order

2007-04-21 Thread David Pufer
Michael Glaesemann wrote: > > On Apr 21, 2007, at 4:39 , David Pufer wrote: > >> 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 >> T

Re: [DOCS] Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order

2007-04-21 Thread Tom Lane
Michael Glaesemann <[EMAIL PROTECTED]> writes: > On Apr 21, 2007, at 4:39 , David Pufer wrote: >> 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 co

Re: [DOCS] Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order

2007-04-21 Thread David Pufer
Tom Lane wrote: > Michael Glaesemann <[EMAIL PROTECTED]> writes: > >> On Apr 21, 2007, at 4:39 , David Pufer wrote: >> >>> 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 un

Re: [DOCS] Improving CREATE CONSTRAINT TRIGGER documentation - trigger firing order

2007-04-21 Thread Michael Glaesemann
On Apr 21, 2007, at 11:48 , David Pufer wrote: Tom Lane wrote: Michael Glaesemann <[EMAIL PROTECTED]> writes: On Apr 21, 2007, at 4:39 , David Pufer wrote: In my opinion it would be nice to mention in SQL reference commands that constraint triggers created by CREATE CONSTRAINT TRIGGER are