How to get the name of the altered table in a Postgres event trigger?

前端 未结 2 1265

in a postgres database, have table base1 that is the base table for view view1.

if a column in base1 is created,

2条回答
  •  孤独总比滥情好
    2021-01-19 02:46

    same issue addressed here: How to get SQL text from Postgres event trigger

    bottom line, as of now, wait until more features are added to EVENT TRIGGER in future releases

提交回复
热议问题