Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 224C3632D84 for ; Thu, 6 May 2010 13:10:36 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 64216-09 for ; Thu, 6 May 2010 16:10:29 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from spinlock.commandprompt.com (host-215.commandprompt.net [207.173.203.215]) by mail.postgresql.org (Postfix) with ESMTP id 2F3E6633332 for ; Thu, 6 May 2010 13:10:29 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by spinlock.commandprompt.com (Postfix) with ESMTP id CE361348035; Thu, 6 May 2010 09:10:27 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at commandprompt.com Received: from spinlock.commandprompt.com ([127.0.0.1]) by localhost (spinlock.commandprompt.com.commandprompt.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8KnVSH1na3yd; Thu, 6 May 2010 09:10:25 -0700 (PDT) Received: from perhan.alvh.no-ip.org (190-95-21-86.bk17-dsl.surnet.cl [190.95.21.86]) by spinlock.commandprompt.com (Postfix) with ESMTPSA id 7E294348034; Thu, 6 May 2010 09:10:25 -0700 (PDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 849C06EA63; Thu, 6 May 2010 12:10:23 -0400 (CLT) Content-Type: text/plain; charset=UTF-8 Cc: pgsql-docs Subject: Re: Note addition to REASSIGN OWNED From: Alvaro Herrera To: Josh Berkus In-reply-to: <4BE2367C.30605@agliodbs.com> References: <4BE2367C.30605@agliodbs.com> Date: Thu, 06 May 2010 12:10:23 -0400 Message-Id: <1273162163-sup-5856@alvh.no-ip.org> User-Agent: Sup/0.11 Content-Transfer-Encoding: 8bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-0.001 tagged_above=-5 required=5 tests=BAYES_20=-0.001 X-Spam-Level: X-Archive-Number: 201005/2 X-Sequence-Number: 5499 Excerpts from Josh Berkus's message of miƩ may 05 23:24:44 -0400 2010: > Need this sentence added in the Notes section of sql-reassign-owned: > > REASSIGN OWNED will not reassign the ownership of any databases owned by > the role. These still need to be changed using ALTER DATABASE. I vaguely recall CONNECT privileges being similarly unhandled by REASSIGN OWNED. Do we really need to fix the docs, or should we fix the code? --