From 6ecabead4b5993c42745f2802d857b1a79f48bf9 Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
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 { <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>
 
-- 
GitLab