Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ii2p2-0001wt-Fy for pgsql-docs@arkaria.postgresql.org; Thu, 19 Dec 2019 20:55:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ii2p1-0000sF-9y for pgsql-docs@arkaria.postgresql.org; Thu, 19 Dec 2019 20:54:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ii2p0-0000s8-UX for pgsql-docs@lists.postgresql.org; Thu, 19 Dec 2019 20:54:59 +0000 Received: from mail-yb1-xb34.google.com ([2607:f8b0:4864:20::b34]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ii2oy-0006lP-BW for pgsql-docs@postgresql.org; Thu, 19 Dec 2019 20:54:57 +0000 Received: by mail-yb1-xb34.google.com with SMTP id n66so2751764ybg.0 for ; Thu, 19 Dec 2019 12:54:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KiBeUmQ8zhqAfceTowB45/0s7GMU41xqFHadO8gCg9U=; b=He5nYP5D7j78+H56Eg8UBISPfRYnXUKT1hKlCbqd5r77+3rxUYPArk/ZMpA5fFkBm2 2QBHZvdAhJlS8ndodiJ+IBvmAJhOP1J8UAe2xs6OZNsnDf4JcDYMciXN5Kz+oj3Gjm1J pob3r+Uomhrkr+xzUAWW9tema9Bu3AUOy0qWvZb/CfRHZBfBr60RQ/FiDAn+x/LXjWCd igo721CPHqrZOIi5TfpYzacLhSsKqmH6zJgkXUgHti8lM3JjfaviQMtCA6ByjzzXEsBr kMYPuf8fEOUPJCI9CEdhQtlkJ78sBAu2edYTOGqc8LAUFeZI1H0vmckkT+Y8N3k/XNCJ QP6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KiBeUmQ8zhqAfceTowB45/0s7GMU41xqFHadO8gCg9U=; b=gvMOvfNSjpz1fuwOOnVL8Ij+F2fZ1XkRcsLsPprgE2L+4gSCCTMR9AGlq8Tne8v0tt ymsTOn6gLP31Gi7plrwxGVJuglhffDS03ig7c+/pafMoEGXOArqvmm2WDdu9xQiy/Eva lr+dtNrqIaWS3pTpIH1gOWK59B4ExHOg2/h6BBBhpagd+5l8sqzchLhTEdLvhb3jT26p 4Nk7vUQkhOkvwdskrpSyEya6YqP9ShlOQWf2lRvZhx9qip39erw4gwP4qgT1VUKDdfix Teaca0Zj8FPJqy2w3sbwZEb50FGGXN6bI0NhzhvaXM6QmYWgWySFkTfCnyRME1/c6hJU Gajw== X-Gm-Message-State: APjAAAVHxOPn2E2L3jAu/TNMkqbrTz5nDE23V9qTm8tnG9qbXiK5SXwh cheRd8RgzAG0EaOtmaiH+WA2x8iTVKQY3BQX0BHv3p8= X-Google-Smtp-Source: APXvYqy4+ZUS1jzT+tVXVR3v4pHnXKvcK5Dv9NCtZNO3BL2sC2+a6hKkEyvyuNu0IOPHTwpqzckqDfJXkzjslOw2w3U= X-Received: by 2002:a5b:34c:: with SMTP id q12mr7972795ybp.6.1576788895440; Thu, 19 Dec 2019 12:54:55 -0800 (PST) MIME-Version: 1.0 References: <20191219164314.GO30116@momjian.us> In-Reply-To: <20191219164314.GO30116@momjian.us> From: Jeff Janes Date: Thu, 19 Dec 2019 15:54:44 -0500 Message-ID: Subject: Re: document effect of USAGE on foreign server to dblink To: Bruce Momjian Cc: pgsql-docs@postgresql.org Content-Type: multipart/alternative; boundary="000000000000ffa3eb059a14c51d" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000ffa3eb059a14c51d Content-Type: text/plain; charset="UTF-8" On Thu, Dec 19, 2019 at 11:43 AM Bruce Momjian wrote: > On Wed, Nov 27, 2019 at 11:33:03AM -0500, Jeff Janes wrote: > > I think that the permissions around the usage of foreign server names as > > connection names in dblink should be documented, as in the attached. > > Uh, this looks like an odd place to document it, since this part is > talking about permissions. > Yes, giving this permission gives you usage of it in a place that is non-obvious, and that the doc doesn't mention. Isn't the place about permission the correct place to document these non-obvious permissions? Cheers, Jeff --000000000000ffa3eb059a14c51d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Thu, Dec 19, 2019 at 11:43 AM Bruc= e Momjian <bruce@momjian.us> = wrote:
On Wed, N= ov 27, 2019 at 11:33:03AM -0500, Jeff Janes wrote:
> I think that the permissions=C2=A0around the usage of foreign server n= ames as
> connection names in dblink should be documented, as in the attached.
Uh, this looks like an odd place to document it, since this part is
talking about permissions.

Yes, giving = this permission gives you usage of it in a place that is non-obvious, and t= hat the doc=C2=A0 doesn't mention.=C2=A0 Isn't the place about perm= ission=C2=A0the correct place to document these non-obvious permissions?

Cheers,

Jeff
--000000000000ffa3eb059a14c51d--