Hi All,
I am slightly confused as to how I view what triggers I have on a
certain table.
select * from pg_trigger
doesn't show me the trigger I have just created, but its definitely
there because when I try and create it, it gives an error that it
already exists.
TIA
Graham