Re: no mention of GRANT USAGE in postgres_fdw docs

2019-11-15 Thread Tom Lane
"David G. Johnston" writes: > On Fri, Nov 15, 2019 at 12:05 PM Tom Lane wrote: >> I'm not clear why we should duplicate that information here, especially >> when we're not duplicating any of the other essential information about >> how to use IMPORT FOREIGN SCHEMA. Nor does this summary mention

Re: no mention of GRANT USAGE in postgres_fdw docs

2019-11-15 Thread David G. Johnston
On Fri, Nov 15, 2019 at 12:05 PM Tom Lane wrote: > PG Doc comments form writes: > > The documentation page for postgres_fdw > > gives a nice > > step by step on what's needed to configure a FOREIGN SERVER. However, > one > > crucial st

Re: no mention of GRANT USAGE in postgres_fdw docs

2019-11-15 Thread Tom Lane
PG Doc comments form writes: > The documentation page for postgres_fdw > gives a nice > step by step on what's needed to configure a FOREIGN SERVER. However, one > crucial step is missed, and that is that you need to issue GRANT USAGE ON

no mention of GRANT USAGE in postgres_fdw docs

2019-11-14 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/postgres-fdw.html Description: The documentation page for postgres_fdw gives a nice step by step on what's needed to configure a