Also split out new role ADMIN syntax entry.
Reported-by: Pavel Luzanov
Discussion: https://postgr.es/m/
0ebcc8ea-7f5a-d014-d53f-
e078622be35d@aklaver.com
Backpatch-through: 16 only
+
+
+
+Role inheritance now controls the default inheritance status of member roles added during GRANT (Robert Haas)
+
+
+The role's default inheritance behavior can be overridden with the new GRANT ... WITH INHERIT clause.
+This allows inheritance of some roles and not others because the members' inheritance status is set at GRANT time.
+Previously the inheritance status of member roles was controlled only by the role's inheritance status, and
+changes to a role's inheritance status affected all previous and future member roles.
+
+
+