How do I get altered object from GRANT event trigger?

Поиск
Список
Период
Сортировка
От Jeremy Finzel
Тема How do I get altered object from GRANT event trigger?
Дата
Msg-id CAMa1XUge+dUfKE5VDPL_yKXtCBYUBCV0Z-wuWqtCfBChg-D=Pw@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
I noticed that there is no information for GRANT in pg_event_trigger_ddl_commands().  I am trying to determine which table/schema is being altered.  Is there any way to do this either with built-in functionality, or extending the current code in event_trigger.c?  Is the reason for this limitation that GRANT does not perform the same kind of catalog changes that other commands do?

Thanks!
Jeremy

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Alter table documentation page (again)
Следующее
От: Tom Lane
Дата:
Сообщение: Deleting no-op CoerceToDomains from plan trees