From 0752461d3a1114d560225fae7522dde0ab544b63 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 9 Aug 2023 20:37:41 -0400 Subject: [PATCH] doc: PG 16 relnotes, small wording improvement Backpatch-through: 16 only --- doc/src/sgml/release-16.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index cccdc01d114..4b50bc67ce5 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -864,7 +864,7 @@ Author: Daniel Gustafsson -Allow roles that create other roles to automatically inherit the new role's rights or SET ROLE to the new role (Robert Haas, Shi Yu) +Allow roles that create other roles to automatically inherit the new role's rights or the ability to SET ROLE to the new role (Robert Haas, Shi Yu)