| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | mgridinas(at)gmail(dot)com |
| Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: regarding dblink_fdw |
| Date: | 2018-08-02 13:38:46 |
| Message-ID: | 22991.1533217126@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
=?utf-8?q?PG_Doc_comments_form?= <noreply(at)postgresql(dot)org> writes:
> * dblink_fdw data wrapper does not seem to be available by default with
> postgresql10
> * dblink_fdw extension does not seem to be distributed with postgresql10
> * dblink_fdw extension does not seem to be mentioned in appendix F.
> Additional Supplied Modules.
dblink_fdw is provided by the dblink extension. There's an example
of how to use it in the dblink docs.
Depending on whose packaging you're using, you might need to install
a "contrib" subpackage to get access to the appendix-F modules.
If you've successfully created the dblink extension in a given
database, and yet you still don't see any dblink_fdw, you might
need to "alter extension update" to bring dblink to something
newer than 1.0.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2018-08-02 18:06:16 | user issue |
| Previous Message | PG Doc comments form | 2018-08-01 10:10:52 | regarding dblink_fdw |