public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: regarding dblink_fdw
Date: Thu, 02 Aug 2018 09:38:46 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[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
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: regarding dblink_fdw
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox