Add object TRUNCATE hook All operations with acl permissions checks should have a corresponding hook so that, for example, mandatory access control (MAC) may be enforced by an extension. The command TRUNCATE is missing this hook, so add it. Patch by Yuli Khodorkovskiy with some editorialization by me. Based on the discussion not back-patched. A separate patch will exercise the hook in the sepgsql extension.
Author: Yuli Khodorkovskiy Reviewed-by: Joe Conway Discussion: https://postgr.es/m/CAFL5wJcomybj1Xdw7qWmPJRpGuFukKgNrDb6uVBaCMgYS9dkaA%40mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f7a2002e82cfc639d1b6df89012f5d6c623ad545 Modified Files -------------- src/backend/catalog/objectaccess.c | 17 +++++++++++++++++ src/backend/commands/tablecmds.c | 2 ++ src/include/catalog/objectaccess.h | 14 +++++++++++++- 3 files changed, 32 insertions(+), 1 deletion(-)