A Question about InvokeObjectPostAlterHook

Поиск
Список
Период
Сортировка
От Legs Mansion
Тема A Question about InvokeObjectPostAlterHook
Дата
Msg-id tencent_083B3850655AC6EE04FA0A400766D3FE8309@qq.com
обсуждение исходный текст
Ответы Re: A Question about InvokeObjectPostAlterHook  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Recently, I ran into a problem, InvokeObjectPostAlterHook was implemented for sepgsql,
sepgsql use it to determine whether to check permissions during certain operations.
But InvokeObjectPostAlterHook doesn't handle all of the alter's behavior, at least the table is not controlled. e.g., ALTER TABLE... ENABLE/DISABLE ROW LEVEL SECURITY,ALTER TABLE ... DISABLE TRIGGER, GRANT and REVOKE and so on.
Whether InvokeObjectPostAlterHook is not fully controlled? it's a bug?

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

Предыдущее
От: "Hayato Kuroda (Fujitsu)"
Дата:
Сообщение: RE: pg_upgrade and logical replication
Следующее
От: David Rowley
Дата:
Сообщение: Re: Fix typos and inconsistencies for v16