Login
From:
Blowfish
(Uncensored)
subscribe
Creating A Trigger in PostgreSQL
https://jdhao.github.io/2022/09/12/postgresql_trigger_function/
links
backlinks
Roast topics
Find topics
Find it!
We can use trigger to automate oerations, for example, preventing insertion of a record if certain condition is met. In this post, we show an example trigger function and its usage.