diff options
author | Alvaro Herrera | 2017-10-17 09:45:34 +0000 |
---|---|---|
committer | Alvaro Herrera | 2017-10-17 09:45:34 +0000 |
commit | 6ecabead4b5993c42745f2802d857b1a79f48bf9 (patch) | |
tree | 748d67eb48caab67416522b83ee6cac188ae302c | |
parent | 7421f4b89a90e1fa45751dd1cbc4e8d4ca1cba5e (diff) |
REASSIGN OWNED BY doc: s/privileges/membership/
Reported by: David G. Johnston
Discussion: https://postgr.es/m/CAKFQuwajWqjqEL9xc1xnnmTyBg32EdAZKJXijzigbosGSs_vag@mail.gmail.com
-rw-r--r-- | doc/src/sgml/ref/reassign_owned.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/reassign_owned.sgml b/doc/src/sgml/ref/reassign_owned.sgml index 7e9819395f..c1751e7f47 100644 --- a/doc/src/sgml/ref/reassign_owned.sgml +++ b/doc/src/sgml/ref/reassign_owned.sgml @@ -77,7 +77,7 @@ REASSIGN OWNED BY { <replaceable class="parameter">old_role</replaceable> | CURR </para> <para> - <command>REASSIGN OWNED</command> requires privileges on both the + <command>REASSIGN OWNED</command> requires membership on both the source role(s) and the target role. </para> |