On Mon, Nov 10, 2003 at 21:48:30 +0100,
  Gaetano Mendola <[EMAIL PROTECTED]> 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.

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to