Re: Foreign Data Wrappers

From: Gus Spier <gus(dot)spier(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Foreign Data Wrappers
Date: 2024-09-07 01:41:10
Message-ID: CAG8xniccDD7SeYny_Vvxr2Qf1PDqVSqdAKr92rWPN+RjEakU2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for the pointers!

I'll resume my task in the morning. If I get anywhere, I will post the
outcome.

R,
Gus

On Fri, Sep 6, 2024 at 9:35 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Gus Spier <gus(dot)spier(at)gmail(dot)com> writes:
> > If I understand the concepts correctly, FDW not only makes other
> databases
> > available, FDW also offers access to .csv files, plain text, or just
> about
> > anything that can be bullied into some kind of query-able order. Has
> anyone
> > ever tried to connect to redis or elasticache? If so, how did it work
> out?
>
> Looks like it's been done:
>
> https://wiki.postgresql.org/wiki/Foreign_data_wrappers
>
> (No warranty expressed or implied on the quality of these
> particular FDWs.)
>
> regards, tom lane
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brent Wood 2024-09-07 02:40:48 Re: Foreign Data Wrappers
Previous Message Tom Lane 2024-09-07 01:35:49 Re: Foreign Data Wrappers