LINKDING
Shared bookmarks
postgresql - How can I show the content of a trigger with psql? - Server Fault
https://serverfault.com/questions/331024/how-can-i-show-the-content-of-a-trigger-with-psql
Tags
#Conocimiento
#Databases
#Postgres
Date added
July 9, 2024, 4:30 a.m.
Description
I know I can list the triggers with \dft. But how can I see one concrete trigger? I want to know details like on which events the trigger is executed, which function is executed and so on.