Re: naming triggers for execution

From: srkrishna(at)myself(dot)com
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: naming triggers for execution
Date: 2019-11-15 15:01:03
Message-ID: trinity-301b95ac-bff7-4d5b-b0d1-2ee05781021e-1573830063667@3c-app-mailcom-lxa12
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> But suppose we have two triggers, one is called for every table for auditing
> purposes, for example. And other for a specific process of that table.
> Considering that the auditing needs to be the last, how can I be sure it´ll
> ran lastly ?
 
 
May be I am not getting the full picture.  Why can't you name the audit table trigger as Z* 
to make it the last one to be executed.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message github kran 2019-11-15 15:10:54 Re: PostGreSQL Replication and question on maintenance
Previous Message Ivan Sergio Borgonovo 2019-11-15 14:56:27 porting horde to Postgresql 12, dropped pg_attrdef