When use triggers?

From: hmidi slim <hmidi(dot)slim2(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: When use triggers?
Date: 2018-05-16 22:19:53
Message-ID: CAMsqVxtxHV39JAt8+_+bLDvVXnNJuLpWqv8=fUBapSXJyVg5rg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

HI,

I'm working on a microservice application and I avoid using triggers
because they will not be easy to maintain and need an experimented person
in database administration to manage them. So I prefer to manage the work
in the application using ORM and javascript.
However I want to get some opinions and advices about using triggers: when
should I use them? How to manage them when there are some problems?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-05-16 22:36:34 Re: When use triggers?
Previous Message David G. Johnston 2018-05-16 20:35:43 Re: sql function with empty row