Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1atDlt-0007FM-60 for pgsql-docs@arkaria.postgresql.org; Thu, 21 Apr 2016 12:31:49 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1atDls-0005uk-PA for pgsql-docs@arkaria.postgresql.org; Thu, 21 Apr 2016 12:31:48 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1atDlX-0005Vb-5f for pgsql-docs@postgresql.org; Thu, 21 Apr 2016 12:31:27 +0000 Received: from mail-ig0-x22a.google.com ([2607:f8b0:4001:c05::22a]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1atDlT-0003Lr-Ew for pgsql-docs@postgresql.org; Thu, 21 Apr 2016 12:31:26 +0000 Received: by mail-ig0-x22a.google.com with SMTP id g8so79736801igr.0 for ; Thu, 21 Apr 2016 05:31:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=ex6RCOlmlkNigc1dzGcmpOT9l27cZJJYCy4nxj9RUZo=; b=HBJp05XUn3rXQfv1AZEztpvwyr5XXwynSwpeRNXEN6nNzeiXgeoAZqXq4hx+zdkBTC D9X80hwemMN2sMTX16DTF+9hTjaY/F3GPKMa/TgpDkuBFc35uCLVJmpTfA29pWbvZRGq 2i51If1Qse7nARljOUK51MXZD9Zf+bcLkE/9oG2QxaFgNnbYUZBzxD8e1iTcXxRJ+98B hzC1ljSmqisti3210/cTI6ejYW44d2cgDLFm6XPtYd18XwOMqLrjNW2N/QAbPooFaTCv /yfUXLivrMNKBp9HTF1Lb97/9Q7O62k1IECJhUL4aYqVAi5++e3xd5ojP3/0WP+T74/l 38nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=ex6RCOlmlkNigc1dzGcmpOT9l27cZJJYCy4nxj9RUZo=; b=Cf3GzkNhrL0hpsIPS43X2TqUb4GXUGHbtkaftzSzyMFmSkuZfkOCt2FUd2V/DOXzgN 39yxa076JIBIZxsAsdl/cXuksUw9bnczNpTrhr2gvLItaLr6wkv4BIqnoQLEfjbLJbRW 0/hBE/+m9sBYjYR1RSbtFTbNNnQ51L6NFPNAs755D6mYXWJ/o1HJ1R9jDEo5Sm8tPGq6 ge1KieOsGJtiQhgdoGaaa38CvYGHQEK7As+ee2lR/V6m0fDuq7iM9yJmA3QQKA9ToFgA lfqrDzRuN6kf0wYrdmwBaigNBFrmFbU+cfzlE1yQ0vPkVxHAGsNJXK/UWQh12ynyku9p tkBw== X-Gm-Message-State: AOPr4FWDU0snxjHiM4z1qlgxHF3ZJCw4CcW2IF48aEOsV/WP08W50WpwNwpqQ044+sswYUzfYToH1E+Vj+yPjw== X-Received: by 10.50.97.71 with SMTP id dy7mr3639387igb.0.1461241881906; Thu, 21 Apr 2016 05:31:21 -0700 (PDT) MIME-Version: 1.0 References: <57126EC7.5010301@eisentraut.org> In-Reply-To: <57126EC7.5010301@eisentraut.org> From: Johannes Choo Date: Thu, 21 Apr 2016 12:31:12 +0000 Message-ID: Subject: Re: s/user/role/ in section 5.6 of v9.5.0 and 9.6devel of docs. To: Peter Eisentraut , pgsql-docs@postgresql.org Content-Type: multipart/alternative; boundary=047d7b10cfc14d56df0530fde3a2 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --047d7b10cfc14d56df0530fde3a2 Content-Type: text/plain; charset=UTF-8 Great, thanks. On Sun, Apr 17, 2016 at 12:56 AM Peter Eisentraut wrote: > On 01/22/2016 09:23 AM, Johannes Choo wrote: > > I think section 5.6 of v9.5.0 and 9.6devel can benefit from changing > > some occurrences of the word 'user' to 'role. Specifically, in > > > > "For example, if joe is an existing user" > > > > and > > > > "The special "user" name PUBLIC can be used to grant a privilege to > > every user on the system.", > > Done. These were the only two cases that were inconsistent, I think. > > --047d7b10cfc14d56df0530fde3a2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Great, thanks.=C2=A0

<= div dir=3D"ltr">On Sun, Apr 17, 2016 at 12:56 AM Peter Eisentraut <peter@eisentraut.org> wrote:
<= /div>
On 01/22/2016 09:23 AM, Johannes Choo w= rote:
> I think section 5.6 of v9.5.0 and 9.6devel can benefit from changing > some occurrences of the word 'user' to 'role. Specifically= , in
>
> "For example, if joe is an existing user"
>
> and
>
> "The special "user" name PUBLIC can be used to grant a = privilege to
> every user on the system.",

Done.=C2=A0 These were the only two cases that were inconsistent, I think.<= br>
--047d7b10cfc14d56df0530fde3a2--