public inbox for [email protected]  
help / color / mirror / Atom feed
regarding dblink_fdw
2+ messages / 2 participants
[nested] [flat]

* regarding dblink_fdw
@ 2018-08-01 10:10  PG Doc comments form <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: PG Doc comments form @ 2018-08-01 10:10 UTC (permalink / raw)
  To: [email protected]; +Cc: [email protected]

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/contrib-dblink-connect.html
Description:

Hi.

I was trying to use dblink_fdw as provided by
https://www.postgresql.org/docs/10/static/contrib-dblink-connect.html,
though I managed to come into few issues:

* 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.

Are there any extra steps that should be done before you can create servers
using that data wrapper extension?


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: regarding dblink_fdw
@ 2018-08-02 13:38  Tom Lane <[email protected]>
  parent: PG Doc comments form <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Tom Lane @ 2018-08-02 13:38 UTC (permalink / raw)
  To: [email protected]; +Cc: [email protected]

=?utf-8?q?PG_Doc_comments_form?= <[email protected]> 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





^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2018-08-02 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 10:10 regarding dblink_fdw PG Doc comments form <[email protected]>
2018-08-02 13:38 ` Tom Lane <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox