A Question about InvokeObjectPostAlterHook - Mailing list pgsql-hackers

From Legs Mansion
Subject A Question about InvokeObjectPostAlterHook
Date
Msg-id tencent_083B3850655AC6EE04FA0A400766D3FE8309@qq.com
Whole thread Raw
Responses Re: A Question about InvokeObjectPostAlterHook
List 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 by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: pg_upgrade and logical replication
Next
From: David Rowley
Date:
Subject: Re: Fix typos and inconsistencies for v16