LINKDING

Shared bookmarks

postgresql - How can I show the content of a trigger with psql? - Server Fault

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.