geekyhacker.com
Database trigger in PostgreSQL
Triggers in DB provides a facility to set triggers on certain tables for performing events (insert, delete, update) in another table. For instance, I want if any entry added to table A, consequenti…