이미 만들어진 postgresql event trigger 확인
\dS <tablename>
트리거 조회
select pg_get_functiondef('functionname'::regproc);
이벤트시에 트리거로 실행되는 함수 상세 조회
참고
https://serverfault.com/questions/331024/how-can-i-show-the-content-of-a-trigger-with-psql
'내가 당면한 문제와 해결방안' 카테고리의 다른 글
create geo_shape using latitude and longitude (0) | 2020.06.11 |
---|---|
create index with mapping (0) | 2020.06.09 |
postgresql get column_name with data_type (0) | 2020.05.19 |
logstash postgres to elasticsearch (0) | 2020.05.15 |
logstash postgres to elasticsearch (3) | 2020.04.21 |