Add note about database ownership to REASSIGN OWNED command documentation,
authorAlvaro Herrera
Mon, 31 May 2010 18:47:35 +0000 (18:47 +0000)
committerAlvaro Herrera
Mon, 31 May 2010 18:47:35 +0000 (18:47 +0000)
per Josh Berkus.  Add ALTER DATABASE to the "see also" section, too.

doc/src/sgml/ref/reassign_owned.sgml

index 069b99491f211f1b82caf375cd4e825d28b5c907..84d7a9796b9d79258e17cf0952a65c32926b022a 100644 (file)
@@ -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 [, ...]
   
    
    
+