Remove old RULE privilege completely

Fujii Masao <masao.fujii@oss.nttdata.com>

From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2024-09-09T14:36:46Z
Lists: pgsql-hackers
Hi,

In v8.2, the RULE privilege for tables was removed, but for backward compatibility,
GRANT/REVOKE RULE, has_table_privilege(..., 'RULE') etc are still accepted,
though they don't perform any actions.

Do we still need to maintain this backward compatibility?
Could we consider removing the RULE privilege entirely?

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION




Commits

  1. Remove old RULE privilege completely.