From: Alvaro Herrera Date: Mon, 31 May 2010 18:47:35 +0000 (+0000) Subject: Add note about database ownership to REASSIGN OWNED command documentation, X-Git-Tag: REL9_0_BETA2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7b2f694e76859c9a6e61b75c12c73e9e93cfd38;p=postgresql Add note about database ownership to REASSIGN OWNED command documentation, per Josh Berkus. Add ALTER DATABASE to the "see also" section, too. --- diff --git a/doc/src/sgml/ref/reassign_owned.sgml b/doc/src/sgml/ref/reassign_owned.sgml index 069b99491f..84d7a9796b 100644 --- a/doc/src/sgml/ref/reassign_owned.sgml +++ b/doc/src/sgml/ref/reassign_owned.sgml @@ -1,5 +1,5 @@ @@ -92,6 +92,12 @@ REASSIGN OWNED BY old_role [, ...] privileges. + + The REASSIGN OWNED command does not affect the + ownership of any databases owned by the role. Use + to reassign that ownership. + + @@ -109,6 +115,7 @@ REASSIGN OWNED BY old_role [, ...] +