Re: Remove old RULE privilege completely
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2024-09-09T16:02:10Z
Lists: pgsql-hackers
On Mon, Sep 9, 2024 at 10:37 AM Fujii Masao <masao.fujii@oss.nttdata.com> wrote: > 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? 8.2 is a long time ago. If it's really been dead since then, I think we should remove it. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Remove old RULE privilege completely.
- fefa76f70fdc 18.0 landed