diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 1a875e04a74..27e48da12a2 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -378,7 +378,7 @@ in sync when changing the above synopsis! The membership grants created by the IN ROLE, ROLE, and ADMIN - clauses have the role executing this command as the grantee. + clauses have the role executing this command as the grantor. diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 65b1fe77119..999f657d5c0 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -288,8 +288,8 @@ GRANT role_name [, ...] TO TRUE, it causes the new member to inherit from the granted role. If set to FALSE, the new member does not inherit. - If unspecified when create a new role membership this defaults to - the inheritance attribute of the role being added. + If unspecified when creating a new role membership, this defaults to the + inheritance attribute of the new member.