From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | joe(at)nahmias(dot)net |
Subject: | no mention of GRANT USAGE in postgres_fdw docs |
Date: | 2019-11-14 22:29:44 |
Message-ID: | 157377058468.1209.1912214624357780577@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: /docs/12/postgres-fdw.html
Description:
The documentation page for postgres_fdw
</docs/current/postgres-fdw.html> 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
FOREIGN SERVER before you can successfully run step 4, IMPORT FOREIGN
SCHEMA.
Fortunately, I was able to get help on this from some kind folks in
#postgresql on IRC, but the documentation should be updated to include this
step.
Thanks,
--Joe
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2019-11-15 01:24:35 | Re: Regarding Foreign data wrapper Import Schema |
Previous Message | Daniel Gustafsson | 2019-11-14 09:29:01 | Re: I suggest improving install steps for CentOS 8 |