From 6ecabead4b5993c42745f2802d857b1a79f48bf9 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 17 Oct 2017 11:45:34 +0200 Subject: [PATCH] REASSIGN OWNED BY doc: s/privileges/membership/ Reported by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwajWqjqEL9xc1xnnmTyBg32EdAZKJXijzigbosGSs_vag@mail.gmail.com --- doc/src/sgml/ref/reassign_owned.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/reassign_owned.sgml b/doc/src/sgml/ref/reassign_owned.sgml index 7e9819395f4..c1751e7f472 100644 --- a/doc/src/sgml/ref/reassign_owned.sgml +++ b/doc/src/sgml/ref/reassign_owned.sgml @@ -77,7 +77,7 @@ REASSIGN OWNED BY { old_role | CURR - REASSIGN OWNED requires privileges on both the + REASSIGN OWNED requires membership on both the source role(s) and the target role.